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

/freebsd-13-stable/sys/dev/ath/
H A Dif_ath.c5368 HAL_BOOL aniCal, shortCal = AH_FALSE; local
5385 aniCal = (ticks - sc->sc_lastani >= ath_anicalinterval*hz/1000);
5389 DPRINTF(sc, ATH_DEBUG_CALIBRATE, "%s: shortCal=%d; longCal=%d; aniCal=%d\n", __func__, shortCal, longCal, aniCal);
5390 if (aniCal) {

Completed in 115 milliseconds