Searched refs:bitsPerSymbol (Results 1 – 1 of 1) sorted by relevance
171 u32 bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath9k_hw_computetxtime() local186 bitsPerSymbol = in ath9k_hw_computetxtime()189 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()195 bitsPerSymbol = in ath9k_hw_computetxtime()198 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()203 bitsPerSymbol = (kbps * OFDM_SYMBOL_TIME) / 1000; in ath9k_hw_computetxtime()205 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()