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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dcommon-beacon.c19 #define FUDGE 2 macro
41 tsf += TU_TO_USEC(FUDGE + ah->config.sw_beacon_response_time); ath9k_get_next_tbtt()
H A Dhtc_drv_beacon.c19 #define FUDGE 2 macro
H A Dbeacon.c20 #define FUDGE 2 macro
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
H A Dbase.c2070 #define FUDGE (AR5K_TUNE_SW_BEACON_RESP + 3) ath5k_beacon_update_timers() macro
2071 /* We use FUDGE to make sure the next TBTT is ahead of the current TU. ath5k_beacon_update_timers()
2080 nexttbtt = roundup(hw_tu + FUDGE, intval); ath5k_beacon_update_timers()
2107 nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval); ath5k_beacon_update_timers()
2109 #undef FUDGE ath5k_beacon_update_timers() macro

Completed in 267 milliseconds