Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath9k/
Dcommon-beacon.c100 bs->bs_sleepduration = TU_TO_USEC(roundup(IEEE80211_MS_TO_TU(100), in ath9k_cmn_beacon_config_sta()
102 if (bs->bs_sleepduration > bs->bs_dtimperiod) in ath9k_cmn_beacon_config_sta()
103 bs->bs_sleepduration = bs->bs_dtimperiod; in ath9k_cmn_beacon_config_sta()
109 bs->bs_bmissthreshold, bs->bs_sleepduration); in ath9k_cmn_beacon_config_sta()
Dhw.c2341 if (bs->bs_sleepduration > beaconintval) in ath9k_hw_set_sta_beacon_timers()
2342 beaconintval = bs->bs_sleepduration; in ath9k_hw_set_sta_beacon_timers()
2345 if (bs->bs_sleepduration > dtimperiod) in ath9k_hw_set_sta_beacon_timers()
2346 dtimperiod = bs->bs_sleepduration; in ath9k_hw_set_sta_beacon_timers()
Dhw.h508 u32 bs_sleepduration; member