Searched refs:bs_dtimperiod (Results 1 – 4 of 4) sorted by relevance
132 bs.bs_dtimperiod = dtimperiod*intval; in ath9k_htc_beacon_config_sta()134 bs.bs_cfpperiod = cfpperiod*bs.bs_dtimperiod; in ath9k_htc_beacon_config_sta()135 bs.bs_cfpnext = bs.bs_nextdtim + cfpcount*bs.bs_dtimperiod; 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()
596 bs.bs_dtimperiod = dtimperiod*intval; in ath_beacon_config_sta()598 bs.bs_cfpperiod = cfpperiod*bs.bs_dtimperiod; in ath_beacon_config_sta()599 bs.bs_cfpnext = bs.bs_nextdtim + cfpcount*bs.bs_dtimperiod; in ath_beacon_config_sta()629 if (bs.bs_sleepduration > bs.bs_dtimperiod) in ath_beacon_config_sta()630 bs.bs_sleepduration = bs.bs_dtimperiod; in ath_beacon_config_sta()
595 u32 bs_dtimperiod; member
2219 dtimperiod = bs->bs_dtimperiod; in ath9k_hw_set_sta_beacon_timers()