Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dhtc_drv_beacon.c88 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()
Dbeacon.c588 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()
Dhw.h418 u32 bs_dtimperiod; member
Dhw.c1741 dtimperiod = bs->bs_dtimperiod; in ath9k_hw_set_sta_beacon_timers()