Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-beacon.c73 bs->bs_dtimperiod = conf->dtim_period * bs->bs_intval; 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()
H A Dhw.h506 u32 bs_dtimperiod; member
H A Dhw.c2344 dtimperiod = bs->bs_dtimperiod; in ath9k_hw_set_sta_beacon_timers()