Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c170 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath9k_hw_computetxtime() local
184 txTime = CCK_SIFS_TIME + phyTime + ((numBits * 1000) / kbps); in ath9k_hw_computetxtime()
192 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()
215 txTime = 0; in ath9k_hw_computetxtime()
219 return ((uint16_t)txTime); in ath9k_hw_computetxtime()