Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah.c362 uint16_t rateix, HAL_BOOL isht40, HAL_BOOL shortPreamble, in ath_hal_pkt_txtime() argument
368 rc = rates->info[rateix].rateCode; in ath_hal_pkt_txtime()
372 return ath_hal_computetxtime(ah, rates, frameLen, rateix, in ath_hal_pkt_txtime()
379 rateix)); in ath_hal_pkt_txtime()
431 const HAL_RATE_TABLE *rates, uint32_t frameLen, uint16_t rateix, in ath_hal_computetxtime() argument
438 if (IS_HT_RATE(rates->info[rateix].rateCode)) in ath_hal_computetxtime()
440 __func__, rateix, rates->info[rateix].rateCode); in ath_hal_computetxtime()
442 kbps = rates->info[rateix].rateKbps; in ath_hal_computetxtime()
449 switch (rates->info[rateix].phy) { in ath_hal_computetxtime()
452 if (shortPreamble && rates->info[rateix].shortPreamble) in ath_hal_computetxtime()
[all …]
H A Dah.h1652 uint16_t rateix, HAL_BOOL isht40, HAL_BOOL shortPreamble,
1666 uint16_t rateix, HAL_BOOL shortPreamble,