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

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

Completed in 173 milliseconds