Searched refs:nexttbtt (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | common-beacon.c | 71 conf->nexttbtt = ath9k_get_next_tbtt(ah, tsf, conf->intval); in ath9k_cmn_beacon_config_sta() 75 bs->bs_nexttbtt = conf->nexttbtt; in ath9k_cmn_beacon_config_sta() 76 bs->bs_nextdtim = conf->nexttbtt; in ath9k_cmn_beacon_config_sta() 123 conf->nexttbtt = conf->intval; in ath9k_cmn_beacon_config_adhoc() 125 conf->nexttbtt = ath9k_get_next_tbtt(ah, ath9k_hw_gettsf64(ah), in ath9k_cmn_beacon_config_adhoc() 136 conf->nexttbtt, conf->intval, conf->beacon_interval); in ath9k_cmn_beacon_config_adhoc() 154 conf->nexttbtt = ath9k_get_next_tbtt(ah, ath9k_hw_gettsf64(ah), in ath9k_cmn_beacon_config_ap() 165 conf->nexttbtt, conf->intval, conf->beacon_interval); in ath9k_cmn_beacon_config_ap()
|
| H A D | common.h | 60 u32 nexttbtt; member
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | base.c | 1334 if (hw_tu >= ah->nexttbtt) in ath5k_check_ibss_tsf() 2094 u32 nexttbtt, intval, hw_tu, bc_tu; in ath5k_beacon_update_timers() 2125 nexttbtt = roundup(hw_tu + FUDGE, intval); in ath5k_beacon_update_timers() 2131 nexttbtt = intval; in ath5k_beacon_update_timers() 2152 nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval); in ath5k_beacon_update_timers() 2156 ah->nexttbtt = nexttbtt; in ath5k_beacon_update_timers() 2159 ath5k_hw_init_beacon_timers(ah, nexttbtt, intval); in ath5k_beacon_update_timers() 2176 "bc_tsf %llx hw_tsf %llx bc_tu %u hw_tu %u nexttbtt %u\n", in ath5k_beacon_update_timers() 2178 (unsigned long long) hw_tsf, bc_tu, hw_tu, nexttbtt); in ath5k_beacon_update_timers() 2093 u32 nexttbtt, intval, hw_tu, bc_tu; ath5k_beacon_update_timers() local [all...] |
| H A D | ath5k.h | 1335 unsigned int nexttbtt; /* next beacon time in TU */ member
|