Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dhw.c172 u32 bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath9k_hw_computetxtime() local
183 txTime = CCK_SIFS_TIME + phyTime + ((numBits * 1000) / kbps); in ath9k_hw_computetxtime()
191 txTime = OFDM_SIFS_TIME_QUARTER in ath9k_hw_computetxtime()
200 txTime = OFDM_SIFS_TIME_HALF + in ath9k_hw_computetxtime()
207 txTime = OFDM_SIFS_TIME + OFDM_PREAMBLE_TIME in ath9k_hw_computetxtime()
214 txTime = 0; in ath9k_hw_computetxtime()
218 return txTime; in ath9k_hw_computetxtime()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dhw.c171 u32 bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath9k_hw_computetxtime() local
182 txTime = CCK_SIFS_TIME + phyTime + ((numBits * 1000) / kbps); in ath9k_hw_computetxtime()
190 txTime = OFDM_SIFS_TIME_QUARTER in ath9k_hw_computetxtime()
199 txTime = OFDM_SIFS_TIME_HALF + in ath9k_hw_computetxtime()
206 txTime = OFDM_SIFS_TIME + OFDM_PREAMBLE_TIME in ath9k_hw_computetxtime()
213 txTime = 0; in ath9k_hw_computetxtime()
217 return txTime; in ath9k_hw_computetxtime()

Completed in 7 milliseconds