Home
last modified time | relevance | path

Searched refs:FUDGE (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dcommon-beacon.c19 #define FUDGE 2 macro
26 tsf += TU_TO_USEC(FUDGE + ah->config.sw_beacon_response_time); in ath9k_get_next_tbtt()
H A Dhtc_drv_beacon.c19 #define FUDGE 2 macro
H A Dbeacon.c20 #define FUDGE 2 macro
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dcommon-beacon.c19 #define FUDGE 2 macro
26 tsf += TU_TO_USEC(FUDGE + ah->config.sw_beacon_response_time); in ath9k_get_next_tbtt()
H A Dhtc_drv_beacon.c19 #define FUDGE 2 macro
H A Dbeacon.c20 #define FUDGE 2 macro
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H A Dbase.c2069 #define FUDGE (AR5K_TUNE_SW_BEACON_RESP + 3) in ath5k_beacon_update_timers() macro
2070 /* We use FUDGE to make sure the next TBTT is ahead of the current TU. in ath5k_beacon_update_timers()
2079 nexttbtt = roundup(hw_tu + FUDGE, intval); in ath5k_beacon_update_timers()
2106 nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval); in ath5k_beacon_update_timers()
2108 #undef FUDGE in ath5k_beacon_update_timers() macro
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H A Dbase.c2114 #define FUDGE (AR5K_TUNE_SW_BEACON_RESP + 3) in ath5k_beacon_update_timers() macro
2115 /* We use FUDGE to make sure the next TBTT is ahead of the current TU. in ath5k_beacon_update_timers()
2124 nexttbtt = roundup(hw_tu + FUDGE, intval); in ath5k_beacon_update_timers()
2151 nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval); in ath5k_beacon_update_timers()
2153 #undef FUDGE in ath5k_beacon_update_timers() macro

Completed in 12 milliseconds