Searched refs:shortCal (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
5398 shortCal = (ticks - sc->sc_lastshortcal >= ath_shortcalinterval*hz/1000);
5400 DPRINTF(sc, ATH_DEBUG_CALIBRATE, "%s: shortCal=%d; longCal=%d; aniCal=%d\n", __func__, shortCal, longCal, aniCal);
5439 if (shortCal || longCal) {
5468 if (shortCal)

Completed in 37 milliseconds