Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c170 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath9k_hw_computetxtime() local
188 bitsPerSymbol = in ath9k_hw_computetxtime()
191 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()
197 bitsPerSymbol = (kbps * OFDM_SYMBOL_TIME_HALF) / 1000; in ath9k_hw_computetxtime()
199 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()
204 bitsPerSymbol = (kbps * OFDM_SYMBOL_TIME) / 1000; in ath9k_hw_computetxtime()
206 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()