Home
last modified time | relevance | path

Searched refs:shortCal (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c5428 HAL_BOOL aniCal, shortCal = AH_FALSE; in ath_calibrate() local
5447 shortCal = (ticks - sc->sc_lastshortcal >= ath_shortcalinterval*hz/1000); in ath_calibrate()
5449 …DPRINTF(sc, ATH_DEBUG_CALIBRATE, "%s: shortCal=%d; longCal=%d; aniCal=%d\n", __func__, shortCal, l… in ath_calibrate()
5488 if (shortCal || longCal) { in ath_calibrate()
5517 if (shortCal) in ath_calibrate()