Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dhw.c171 u32 bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath9k_hw_computetxtime() local
178 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ath9k_hw_computetxtime()
180 phyTime >>= 1; in ath9k_hw_computetxtime()
182 txTime = CCK_SIFS_TIME + phyTime + ((numBits * 1000) / kbps); in ath9k_hw_computetxtime()