Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dhtc_drv_beacon.c163 bs.bs_sleepduration = roundup(IEEE80211_MS_TO_TU(100), sleepduration); in ath9k_htc_beacon_config_sta()
164 if (bs.bs_sleepduration > bs.bs_dtimperiod) in ath9k_htc_beacon_config_sta()
165 bs.bs_sleepduration = bs.bs_dtimperiod; in ath9k_htc_beacon_config_sta()
174 bs.bs_bmissthreshold, bs.bs_sleepduration, in ath9k_htc_beacon_config_sta()
Dbeacon.c623 bs.bs_sleepduration = roundup(IEEE80211_MS_TO_TU(100), sleepduration); in ath_beacon_config_sta()
624 if (bs.bs_sleepduration > bs.bs_dtimperiod) in ath_beacon_config_sta()
625 bs.bs_sleepduration = bs.bs_dtimperiod; in ath_beacon_config_sta()
633 bs.bs_bmissthreshold, bs.bs_sleepduration, in ath_beacon_config_sta()
Dhw.c2156 if (bs->bs_sleepduration > beaconintval) in ath9k_hw_set_sta_beacon_timers()
2157 beaconintval = bs->bs_sleepduration; in ath9k_hw_set_sta_beacon_timers()
2160 if (bs->bs_sleepduration > dtimperiod) in ath9k_hw_set_sta_beacon_timers()
2161 dtimperiod = bs->bs_sleepduration; in ath9k_hw_set_sta_beacon_timers()
Dhw.h444 u32 bs_sleepduration; member