Home
last modified time | relevance | path

Searched refs:ath_longcalinterval (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c231 static int ath_longcalinterval = 30; /* long cals every 30 secs */ variable
232 SYSCTL_INT(_hw_ath, OID_AUTO, longcal, CTLFLAG_RW, &ath_longcalinterval,
5444 longCal = (ticks - sc->sc_lastlongcal >= ath_longcalinterval*hz); in ath_calibrate()
5537 nextcal = ath_longcalinterval*hz; in ath_calibrate()
6151 if (ath_longcalinterval != 0) { in ath_newstate()
6244 if (ath_longcalinterval != 0) { in ath_newstate()