Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c405 static const uint16_t ht40_bps[16] = { in ieee80211_compute_duration_ht() local
415 bitsPerSymbol = ht40_bps[rate & 0xf]; in ieee80211_compute_duration_ht()
/freebsd/sys/net80211/
H A Dieee80211_phy.c576 static const uint16_t ht40_bps[32] = { variable
604 bitsPerSymbol = ht40_bps[rate & 0x1f]; in ieee80211_compute_duration_ht()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.c392 static const uint16_t ht40_bps[32] = { variable
412 bitsPerSymbol = ht40_bps[HT_RC_2_MCS(rate)]; in ath_computedur_ht()