Home
last modified time | relevance | path

Searched refs:TURBO_SIFS_TIME (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c309 #define TURBO_SIFS_TIME 8 macro
385 txTime = TURBO_SIFS_TIME + TURBO_PREAMBLE_TIME in ieee80211_compute_duration()
/freebsd/sys/net80211/
H A Dieee80211_phy.c491 #define TURBO_SIFS_TIME 8 macro
560 txTime = TURBO_SIFS_TIME + TURBO_PREAMBLE_TIME in ieee80211_compute_duration()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h967 #define TURBO_SIFS_TIME 8 macro
H A Dah.c502 txTime += TURBO_SIFS_TIME; in ath_hal_computetxtime()