Searched refs:ath_calibrate (Results 1 – 1 of 1) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath.c | 203 static void ath_calibrate(void *); 5422 ath_calibrate(void *arg) in ath_calibrate() function 5470 callout_reset(&sc->sc_cal_ch, 1, ath_calibrate, sc); in ath_calibrate() 5551 callout_reset(&sc->sc_cal_ch, nextcal, ath_calibrate, sc); in ath_calibrate() 6153 callout_reset(&sc->sc_cal_ch, 1, ath_calibrate, sc); in ath_newstate() 6246 callout_reset(&sc->sc_cal_ch, 1, ath_calibrate, sc); in ath_newstate()
|