Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c312 #define TURBO_SYMBOL_TIME 4 macro
380 bitsPerSymbol = ((kbps << 1) * TURBO_SYMBOL_TIME) / 1000; in ieee80211_compute_duration()
386 + (numSymbols * TURBO_SYMBOL_TIME); in ieee80211_compute_duration()
/freebsd/sys/net80211/
H A Dieee80211_phy.c494 #define TURBO_SYMBOL_TIME 4 macro
555 bitsPerSymbol = ((kbps << 1) * TURBO_SYMBOL_TIME) / 1000; in ieee80211_compute_duration()
561 + (numSymbols * TURBO_SYMBOL_TIME); in ieee80211_compute_duration()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.c494 bitsPerSymbol = (kbps * TURBO_SYMBOL_TIME) / 1000; in ath_hal_computetxtime()
500 + (numSymbols * TURBO_SYMBOL_TIME); in ath_hal_computetxtime()
H A Dah_internal.h970 #define TURBO_SYMBOL_TIME 4 macro