Searched refs:bs_sleepduration (Results 1 – 4 of 4) sorted by relevance
163 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()
623 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()
2156 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()
444 u32 bs_sleepduration; member