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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c5379 HAL_BOOL aniCal, shortCal = AH_FALSE; local
5396 aniCal = (ticks - sc->sc_lastani >= ath_anicalinterval*hz/1000);
5400 DPRINTF(sc, ATH_DEBUG_CALIBRATE, "%s: shortCal=%d; longCal=%d; aniCal=%d\n", __func__, shortCal, longCal, aniCal);
5401 if (aniCal) {

Completed in 115 milliseconds