Searched refs:phyTime (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dhw.c172 u32 bitsPerSymbol, numBits, numSymbols, phyTime, txTime; ath9k_hw_computetxtime() local
179 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; ath9k_hw_computetxtime()
181 phyTime >>= 1; ath9k_hw_computetxtime()
183 txTime = CCK_SIFS_TIME + phyTime + ((numBits * 1000) / kbps); ath9k_hw_computetxtime()

Completed in 71 milliseconds