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

/freebsd-11-stable/sys/dev/ath/
H A Dif_ath.c236 static int ath_resetcalinterval = 20*60; /* reset cal state 20 mins */ variable
237 SYSCTL_INT(_hw_ath, OID_AUTO, resetcal, CTLFLAG_RW, &ath_resetcalinterval,
5335 else if (ticks - sc->sc_lastcalreset >= ath_resetcalinterval*hz)

Completed in 131 milliseconds