Searched refs:bitsPerSymbol (Results 1 – 1 of 1) sorted by relevance
170 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath9k_hw_computetxtime() local188 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()