Searched refs:bs_dtimperiod (Results 1 – 4 of 4) sorted by relevance
88 bs.bs_dtimperiod = dtimperiod*intval; in ath9k_htc_beacon_config_sta()90 bs.bs_cfpperiod = cfpperiod*bs.bs_dtimperiod; in ath9k_htc_beacon_config_sta()91 bs.bs_cfpnext = bs.bs_nextdtim + cfpcount*bs.bs_dtimperiod; in ath9k_htc_beacon_config_sta()120 if (bs.bs_sleepduration > bs.bs_dtimperiod) in ath9k_htc_beacon_config_sta()121 bs.bs_sleepduration = bs.bs_dtimperiod; in ath9k_htc_beacon_config_sta()
588 bs.bs_dtimperiod = dtimperiod*intval; in ath_beacon_config_sta()590 bs.bs_cfpperiod = cfpperiod*bs.bs_dtimperiod; in ath_beacon_config_sta()591 bs.bs_cfpnext = bs.bs_nextdtim + cfpcount*bs.bs_dtimperiod; in ath_beacon_config_sta()621 if (bs.bs_sleepduration > bs.bs_dtimperiod) in ath_beacon_config_sta()622 bs.bs_sleepduration = bs.bs_dtimperiod; in ath_beacon_config_sta()
418 u32 bs_dtimperiod; member
1741 dtimperiod = bs->bs_dtimperiod; in ath9k_hw_set_sta_beacon_timers()