Searched refs:beaconintval (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dhw.c2271 u32 nextTbtt, beaconintval, dtimperiod, beacontimeout; ath9k_hw_set_sta_beacon_timers() local
2286 beaconintval = bs->bs_intval; ath9k_hw_set_sta_beacon_timers()
2288 if (bs->bs_sleepduration > beaconintval) ath9k_hw_set_sta_beacon_timers()
2289 beaconintval = bs->bs_sleepduration; ath9k_hw_set_sta_beacon_timers()
2295 if (beaconintval == dtimperiod) ath9k_hw_set_sta_beacon_timers()
2302 ath_dbg(common, BEACON, "beacon period %d\n", beaconintval); ath9k_hw_set_sta_beacon_timers()
2322 REG_WRITE(ah, AR_TIM_PERIOD, beaconintval); ath9k_hw_set_sta_beacon_timers()

Completed in 96 milliseconds