Searched refs:phyTime (Results 1 – 2 of 2) sorted by relevance
506 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ieee80211_compute_duration() local516 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ieee80211_compute_duration()518 phyTime >>= 1; in ieee80211_compute_duration()520 txTime = CCK_SIFS_TIME + phyTime in ieee80211_compute_duration()
434 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath_hal_computetxtime() local451 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ath_hal_computetxtime()453 phyTime >>= 1; in ath_hal_computetxtime()455 txTime = phyTime in ath_hal_computetxtime()