Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dhtc_drv_beacon.c72 int cfpperiod, cfpcount, bmiss_timeout; in ath9k_htc_beacon_config_sta() local
96 cfpcount = 0; in ath9k_htc_beacon_config_sta()
126 cfpcount -= cfp_dec_count; in ath9k_htc_beacon_config_sta()
127 if (cfpcount < 0) in ath9k_htc_beacon_config_sta()
128 cfpcount += cfpperiod; in ath9k_htc_beacon_config_sta()
135 bs.bs_cfpnext = bs.bs_nextdtim + cfpcount*bs.bs_dtimperiod; in ath9k_htc_beacon_config_sta()
Dbeacon.c533 int cfpperiod, cfpcount; in ath_beacon_config_sta() local
557 cfpcount = 0; in ath_beacon_config_sta()
585 cfpcount -= cfp_dec_count; in ath_beacon_config_sta()
586 if (cfpcount < 0) in ath_beacon_config_sta()
587 cfpcount += cfpperiod; in ath_beacon_config_sta()
594 bs.bs_cfpnext = bs.bs_nextdtim + cfpcount*bs.bs_dtimperiod; in ath_beacon_config_sta()
/linux-3.4.99/drivers/staging/wlan-ng/
Dp80211metastruct.h108 p80211item_uint32_t cfpcount; member