Home
last modified time | relevance | path

Searched refs:num_beacons (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dhtc_drv_beacon.c32 int num_beacons, offset, dtim_dec_count, cfp_dec_count; in ath9k_htc_beacon_config_sta() local
65 num_beacons = tsftu / intval + 1; in ath9k_htc_beacon_config_sta()
72 dtim_dec_count = num_beacons % dtimperiod; in ath9k_htc_beacon_config_sta()
74 cfp_dec_count = (num_beacons / dtimperiod) % cfpperiod; in ath9k_htc_beacon_config_sta()
Dbeacon.c533 int num_beacons, offset, dtim_dec_count, cfp_dec_count; in ath_beacon_config_sta() local
565 num_beacons = tsftu / intval + 1; in ath_beacon_config_sta()
572 dtim_dec_count = num_beacons % dtimperiod; in ath_beacon_config_sta()
574 cfp_dec_count = (num_beacons / dtimperiod) % cfpperiod; in ath_beacon_config_sta()