Home
last modified time | relevance | path

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

/dragonfly/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c318 #define TURBO_SYMBOL_TIME 4 macro
386 bitsPerSymbol = ((kbps << 1) * TURBO_SYMBOL_TIME) / 1000; in ieee80211_compute_duration()
392 + (numSymbols * TURBO_SYMBOL_TIME); in ieee80211_compute_duration()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_phy.c495 #define TURBO_SYMBOL_TIME 4 macro
556 bitsPerSymbol = ((kbps << 1) * TURBO_SYMBOL_TIME) / 1000; in ieee80211_compute_duration()
562 + (numSymbols * TURBO_SYMBOL_TIME); in ieee80211_compute_duration()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.c410 bitsPerSymbol = (kbps * TURBO_SYMBOL_TIME) / 1000; in ath_hal_computetxtime()
417 + (numSymbols * TURBO_SYMBOL_TIME); in ath_hal_computetxtime()
H A Dah_internal.h971 #define TURBO_SYMBOL_TIME 4 macro