Searched refs:nexttbtt (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
H A D | common-beacon.c | 80 * Pull nexttbtt forward to reflect the current ath9k_cmn_beacon_config_sta() 84 conf->nexttbtt = ath9k_get_next_tbtt(ah, tsf, conf->intval); ath9k_cmn_beacon_config_sta() 88 bs->bs_nexttbtt = conf->nexttbtt; ath9k_cmn_beacon_config_sta() 89 bs->bs_nextdtim = conf->nexttbtt; ath9k_cmn_beacon_config_sta() 136 conf->nexttbtt = conf->intval; ath9k_cmn_beacon_config_adhoc() 138 conf->nexttbtt = ath9k_get_next_tbtt(ah, ath9k_hw_gettsf64(ah), ath9k_cmn_beacon_config_adhoc() 147 "IBSS (%s) nexttbtt: %u intval: %u conf_intval: %u\n", ath9k_cmn_beacon_config_adhoc() 149 conf->nexttbtt, conf->intval, conf->beacon_interval); ath9k_cmn_beacon_config_adhoc() 167 conf->nexttbtt = ath9k_get_next_tbtt(ah, ath9k_hw_gettsf64(ah), ath9k_cmn_beacon_config_ap() 176 "AP (%s) nexttbtt: %u intval: %u conf_intval: %u\n", ath9k_cmn_beacon_config_ap() 178 conf->nexttbtt, conf->intval, conf->beacon_interval); ath9k_cmn_beacon_config_ap()
|
H A D | common.h | 59 u32 nexttbtt; member in struct:ath_beacon_config
|
H A D | beacon.c | 442 * Both nexttbtt and intval have to be in usecs. 444 static void ath9k_beacon_init(struct ath_softc *sc, u32 nexttbtt, ath9k_beacon_init() argument 453 ath9k_hw_beaconinit(ah, nexttbtt, intval); ath9k_beacon_init() 470 ath9k_beacon_init(sc, conf->nexttbtt, conf->intval, false); ath9k_beacon_config_ap() 499 ath9k_beacon_init(sc, conf->nexttbtt, conf->intval, conf->ibss_creator); ath9k_beacon_config_adhoc()
|
H A D | htc_drv_beacon.c | 66 * Both nexttbtt and intval have to be in usecs. 86 ath9k_hw_beaconinit(ah, conf->nexttbtt, conf->intval); ath9k_htc_beacon_init()
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
H A D | base.c | 1290 if (hw_tu >= ah->nexttbtt) ath5k_check_ibss_tsf() 2049 u32 nexttbtt, intval, hw_tu, bc_tu; ath5k_beacon_update_timers() local 2080 nexttbtt = roundup(hw_tu + FUDGE, intval); ath5k_beacon_update_timers() 2086 nexttbtt = intval; ath5k_beacon_update_timers() 2107 nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval); ath5k_beacon_update_timers() 2111 ah->nexttbtt = nexttbtt; ath5k_beacon_update_timers() 2114 ath5k_hw_init_beacon_timers(ah, nexttbtt, intval); ath5k_beacon_update_timers() 2131 "bc_tsf %llx hw_tsf %llx bc_tu %u hw_tu %u nexttbtt %u\n", ath5k_beacon_update_timers() 2133 (unsigned long long) hw_tsf, bc_tu, hw_tu, nexttbtt); ath5k_beacon_update_timers() 2196 ah->nexttbtt += ah->bintval; ath5k_tasklet_beacon() 2198 "SWBA nexttbtt: %x hw_tu: %x " ath5k_tasklet_beacon() 2200 ah->nexttbtt, ath5k_tasklet_beacon()
|
H A D | ath5k.h | 1335 unsigned int nexttbtt; /* next beacon time in TU */ member in struct:ath5k_hw
|
Completed in 169 milliseconds