Home
last modified time | relevance | path

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

/openbmc/linux/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()