Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dhw.c172 u32 bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath9k_hw_computetxtime() local
190 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()
193 + (numSymbols * OFDM_SYMBOL_TIME_QUARTER); in ath9k_hw_computetxtime()
199 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()
202 + (numSymbols * OFDM_SYMBOL_TIME_HALF); in ath9k_hw_computetxtime()
206 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()
208 + (numSymbols * OFDM_SYMBOL_TIME); in ath9k_hw_computetxtime()