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

/freebsd-11-stable/sys/dev/ath/
H A Dif_ath.c230 static int ath_longcalinterval = 30; /* long cals every 30 secs */ variable
231 SYSCTL_INT(_hw_ath, OID_AUTO, longcal, CTLFLAG_RW, &ath_longcalinterval,
5253 longCal = (ticks - sc->sc_lastlongcal >= ath_longcalinterval*hz);
5332 nextcal = ath_longcalinterval*hz;
5734 if (ath_longcalinterval != 0) {

Completed in 132 milliseconds