/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | common-beacon.c | 66 * Pull nexttbtt forward to reflect the current in ath9k_cmn_beacon_config_sta() 70 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() 133 "IBSS (%s) nexttbtt: %u intval: %u conf_intval: %u\n", 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() 162 "AP (%s) nexttbtt in ath9k_cmn_beacon_config_ap() [all...] |
H A D | beacon.c | 511 * Both nexttbtt and intval have to be in usecs. 513 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()
|
H A D | common.h | 60 u32 nexttbtt; member
|
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); in ath9k_htc_beacon_init()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | common-beacon.c | 66 * Pull nexttbtt forward to reflect the current in ath9k_cmn_beacon_config_sta() 70 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() 133 "IBSS (%s) nexttbtt: %u intval: %u conf_intval: %u\n", 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() 162 "AP (%s) nexttbtt in ath9k_cmn_beacon_config_ap() [all...] |
H A D | beacon.c | 511 * Both nexttbtt and intval have to be in usecs. 513 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()
|
H A D | common.h | 60 u32 nexttbtt; member
|
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); in ath9k_htc_beacon_init()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | base.c | 1289 if (hw_tu >= ah->nexttbtt) in ath5k_check_ibss_tsf() 2048 u32 nexttbtt, intval, hw_tu, bc_tu; in ath5k_beacon_update_timers() local 2079 nexttbtt = roundup(hw_tu + FUDGE, intval); in ath5k_beacon_update_timers() 2085 nexttbtt = intval; in ath5k_beacon_update_timers() 2106 nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval); in ath5k_beacon_update_timers() 2110 ah->nexttbtt = nexttbtt; in ath5k_beacon_update_timers() 2113 ath5k_hw_init_beacon_timers(ah, nexttbtt, intval); in ath5k_beacon_update_timers() 2130 "bc_tsf %llx hw_tsf %llx bc_tu %u hw_tu %u nexttbtt %u\n", in ath5k_beacon_update_timers() 2132 (unsigned long long) hw_tsf, bc_tu, hw_tu, nexttbtt); in ath5k_beacon_update_timers() [all...] |
H A D | ath5k.h | 1335 unsigned int nexttbtt; /* next beacon time in TU */ member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | base.c | 1334 if (hw_tu >= ah->nexttbtt) in ath5k_check_ibss_tsf() 2093 u32 nexttbtt, intval, hw_tu, bc_tu; in ath5k_beacon_update_timers() local 2124 nexttbtt = roundup(hw_tu + FUDGE, intval); in ath5k_beacon_update_timers() 2130 nexttbtt = intval; in ath5k_beacon_update_timers() 2151 nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval); in ath5k_beacon_update_timers() 2155 ah->nexttbtt = nexttbtt; in ath5k_beacon_update_timers() 2158 ath5k_hw_init_beacon_timers(ah, nexttbtt, intval); in ath5k_beacon_update_timers() 2175 "bc_tsf %llx hw_tsf %llx bc_tu %u hw_tu %u nexttbtt %u\n", in ath5k_beacon_update_timers() 2177 (unsigned long long) hw_tsf, bc_tu, hw_tu, nexttbtt); in ath5k_beacon_update_timers() [all...] |
H A D | ath5k.h | 1335 unsigned int nexttbtt; /* next beacon time in TU */ member
|