Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/ath/ath9k/
Dhtc_drv_beacon.c132 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()
Dbeacon.c596 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()
Dhw.h595 u32 bs_dtimperiod; member
Dhw.c2219 dtimperiod = bs->bs_dtimperiod; in ath9k_hw_set_sta_beacon_timers()