Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
A Dcommon-beacon.c70 conf->nexttbtt = ath9k_get_next_tbtt(ah, tsf, conf->intval); in ath9k_cmn_beacon_config_sta()
74 bs->bs_nexttbtt = conf->nexttbtt; in ath9k_cmn_beacon_config_sta()
75 bs->bs_nextdtim = conf->nexttbtt; in ath9k_cmn_beacon_config_sta()
122 conf->nexttbtt = conf->intval; in ath9k_cmn_beacon_config_adhoc()
124 conf->nexttbtt = ath9k_get_next_tbtt(ah, ath9k_hw_gettsf64(ah), in ath9k_cmn_beacon_config_adhoc()
135 conf->nexttbtt, conf->intval, conf->beacon_interval); in ath9k_cmn_beacon_config_adhoc()
153 conf->nexttbtt = ath9k_get_next_tbtt(ah, ath9k_hw_gettsf64(ah), in ath9k_cmn_beacon_config_ap()
164 conf->nexttbtt, conf->intval, conf->beacon_interval); in ath9k_cmn_beacon_config_ap()
A Dbeacon.c513 static void ath9k_beacon_init(struct ath_softc *sc, u32 nexttbtt, in ath9k_beacon_init() argument
520 ath9k_hw_beaconinit(ah, nexttbtt, intval); in ath9k_beacon_init()
547 ath9k_beacon_init(sc, conf->nexttbtt, conf->intval); in ath9k_beacon_config_ap()
576 ath9k_beacon_init(sc, conf->nexttbtt, conf->intval); in ath9k_beacon_config_adhoc()
A Dcommon.h60 u32 nexttbtt; member
A Dhtc_drv_beacon.c86 ath9k_hw_beaconinit(ah, conf->nexttbtt, conf->intval); in ath9k_htc_beacon_init()
/linux/drivers/net/wireless/ath/ath5k/
A Dbase.c1288 if (hw_tu >= ah->nexttbtt) in ath5k_check_ibss_tsf()
2047 u32 nexttbtt, intval, hw_tu, bc_tu; in ath5k_beacon_update_timers() local
2078 nexttbtt = roundup(hw_tu + FUDGE, intval); in ath5k_beacon_update_timers()
2084 nexttbtt = intval; in ath5k_beacon_update_timers()
2105 nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval); in ath5k_beacon_update_timers()
2109 ah->nexttbtt = nexttbtt; in ath5k_beacon_update_timers()
2112 ath5k_hw_init_beacon_timers(ah, nexttbtt, intval); in ath5k_beacon_update_timers()
2131 (unsigned long long) hw_tsf, bc_tu, hw_tu, nexttbtt); in ath5k_beacon_update_timers()
2193 ah->nexttbtt += ah->bintval; in ath5k_tasklet_beacon()
2197 ah->nexttbtt, in ath5k_tasklet_beacon()
A Dath5k.h1335 unsigned int nexttbtt; /* next beacon time in TU */ member

Completed in 16 milliseconds