Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah.c151 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath_hal_computetxtime() local
169 txTime = CCK_SIFS_TIME + phyTime in ath_hal_computetxtime()
199 txTime = OFDM_SIFS_TIME_QUARTER in ath_hal_computetxtime()
209 txTime = OFDM_SIFS_TIME_HALF + in ath_hal_computetxtime()
218 txTime = OFDM_SIFS_TIME + OFDM_PREAMBLE_TIME in ath_hal_computetxtime()
239 txTime = TURBO_SIFS_TIME + TURBO_PREAMBLE_TIME in ath_hal_computetxtime()
251 txTime = 0; in ath_hal_computetxtime()
254 return txTime; in ath_hal_computetxtime()