Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c234 static int ath_shortcalinterval = 100; /* short cals every 100 ms */ variable
235 SYSCTL_INT(_hw_ath, OID_AUTO, shortcal, CTLFLAG_RW, &ath_shortcalinterval,
5447 shortCal = (ticks - sc->sc_lastshortcal >= ath_shortcalinterval*hz/1000); in ath_calibrate()
5531 nextcal = ath_shortcalinterval*hz/1000; in ath_calibrate()