Searched refs:num_beacons (Results 1 – 2 of 2) sorted by relevance
32 int num_beacons, offset, dtim_dec_count, cfp_dec_count; in ath9k_htc_beacon_config_sta() local65 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()
533 int num_beacons, offset, dtim_dec_count, cfp_dec_count; in ath_beacon_config_sta() local565 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()