Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_tx_ht.c159 #define HT_RC_2_MCS(_rc) ((_rc) & 0x7f) macro
346 (HT_RC_2_MCS(rate) < 32)) { in ath_tx_rate_fill_rcflags()
360 ath_max_4ms_framelen[j][HT_RC_2_MCS(rate)]; in ath_tx_rate_fill_rcflags()
496 nsymbits = bits_per_symbol[HT_RC_2_MCS(rc)][width]; in ath_compute_num_delims()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.c353 #define HT_RC_2_MCS(_rc) ((_rc) & 0x1f) macro
412 bitsPerSymbol = ht40_bps[HT_RC_2_MCS(rate)]; in ath_computedur_ht()
414 bitsPerSymbol = ht20_bps[HT_RC_2_MCS(rate)]; in ath_computedur_ht()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c852 #define HT_RC_2_MCS(_rc) ((_rc) & 0x0f) macro
1004 burstDur = baDurationDelta[HT_RC_2_MCS(rate)]; in ar5416Set11nAggrFirst()
1085 burstDur = baDurationDelta[HT_RC_2_MCS(rate)]; in ar5416Set11nBurstDuration()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c671 #define HT_RC_2_MCS(_rc) ((_rc) & 0x0f)