Home
last modified time | relevance | path

Searched refs:nexttbtt (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dcommon-beacon.c84 conf->nexttbtt = ath9k_get_next_tbtt(ah, tsf, conf->intval); in ath9k_cmn_beacon_config_sta()
88 bs->bs_nexttbtt = conf->nexttbtt; in ath9k_cmn_beacon_config_sta()
89 bs->bs_nextdtim = conf->nexttbtt; in ath9k_cmn_beacon_config_sta()
136 conf->nexttbtt = conf->intval; in ath9k_cmn_beacon_config_adhoc()
138 conf->nexttbtt = ath9k_get_next_tbtt(ah, ath9k_hw_gettsf64(ah), in ath9k_cmn_beacon_config_adhoc()
149 conf->nexttbtt, conf->intval, conf->beacon_interval); in ath9k_cmn_beacon_config_adhoc()
167 conf->nexttbtt = ath9k_get_next_tbtt(ah, ath9k_hw_gettsf64(ah), in ath9k_cmn_beacon_config_ap()
178 conf->nexttbtt, conf->intval, conf->beacon_interval); in ath9k_cmn_beacon_config_ap()
Dbeacon.c444 static void ath9k_beacon_init(struct ath_softc *sc, u32 nexttbtt, in ath9k_beacon_init() argument
453 ath9k_hw_beaconinit(ah, nexttbtt, intval); in ath9k_beacon_init()
470 ath9k_beacon_init(sc, conf->nexttbtt, conf->intval, false); in ath9k_beacon_config_ap()
499 ath9k_beacon_init(sc, conf->nexttbtt, conf->intval, conf->ibss_creator); in ath9k_beacon_config_adhoc()
Dcommon.h59 u32 nexttbtt; member
Dhtc_drv_beacon.c86 ath9k_hw_beaconinit(ah, conf->nexttbtt, conf->intval); in ath9k_htc_beacon_init()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Dbase.c1290 if (hw_tu >= ah->nexttbtt) in ath5k_check_ibss_tsf()
2049 u32 nexttbtt, intval, hw_tu, bc_tu; in ath5k_beacon_update_timers() local
2080 nexttbtt = roundup(hw_tu + FUDGE, intval); in ath5k_beacon_update_timers()
2086 nexttbtt = intval; in ath5k_beacon_update_timers()
2107 nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval); in ath5k_beacon_update_timers()
2111 ah->nexttbtt = nexttbtt; in ath5k_beacon_update_timers()
2114 ath5k_hw_init_beacon_timers(ah, nexttbtt, intval); in ath5k_beacon_update_timers()
2133 (unsigned long long) hw_tsf, bc_tu, hw_tu, nexttbtt); in ath5k_beacon_update_timers()
2196 ah->nexttbtt += ah->bintval; in ath5k_tasklet_beacon()
2200 ah->nexttbtt, in ath5k_tasklet_beacon()
Dath5k.h1335 unsigned int nexttbtt; /* next beacon time in TU */ member