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()
563 bs.bs_sleepduration = roundup(IEEE80211_MS_TO_TU(100), sleepduration); in ath9k_beacon_config_sta()564 if (bs.bs_sleepduration > bs.bs_dtimperiod) in ath9k_beacon_config_sta()565 bs.bs_sleepduration = bs.bs_dtimperiod; in ath9k_beacon_config_sta()573 bs.bs_bmissthreshold, bs.bs_sleepduration, in ath9k_beacon_config_sta()
2314 if (bs->bs_sleepduration > beaconintval) in ath9k_hw_set_sta_beacon_timers()2315 beaconintval = bs->bs_sleepduration; in ath9k_hw_set_sta_beacon_timers()2318 if (bs->bs_sleepduration > dtimperiod) in ath9k_hw_set_sta_beacon_timers()2319 dtimperiod = bs->bs_sleepduration; in ath9k_hw_set_sta_beacon_timers()
486 u32 bs_sleepduration; member