Home
last modified time | relevance | path

Searched defs:HT_RC_2_STREAMS (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/dev/ath/
H A Dif_ath_tx_ht.c160 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) macro
/freebsd-src/sys/dev/ath/ath_hal/
H A Dah.c354 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) macro