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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_beacon.c28 int cfpperiod, cfpcount, bmiss_timeout; local
52 cfpcount = 0;
82 cfpcount -= cfp_dec_count;
83 if (cfpcount < 0)
84 cfpcount += cfpperiod;
91 bs.bs_cfpnext = bs.bs_nextdtim + cfpcount*bs.bs_dtimperiod;
H A Dbeacon.c523 int cfpperiod, cfpcount; local
549 cfpcount = 0;
579 cfpcount -= cfp_dec_count;
580 if (cfpcount < 0)
581 cfpcount += cfpperiod;
588 bs.bs_cfpnext = bs.bs_nextdtim + cfpcount*bs.bs_dtimperiod;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dp80211metastruct.h108 p80211item_uint32_t cfpcount; member in struct:p80211msg_dot11req_scan_results

Completed in 116 milliseconds