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

/freebsd-13-stable/sys/dev/ath/
H A Dif_ath.c232 static int ath_longcalinterval = 30; /* long cals every 30 secs */ variable
233 SYSCTL_INT(_hw_ath, OID_AUTO, longcal, CTLFLAG_RW, &ath_longcalinterval,
5384 longCal = (ticks - sc->sc_lastlongcal >= ath_longcalinterval*hz);
5477 nextcal = ath_longcalinterval*hz;
6083 if (ath_longcalinterval != 0) {
6176 if (ath_longcalinterval != 0) {

Completed in 109 milliseconds