Searched defs:IS_HT_RATE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ath/ | ||
H A D | if_ath_tx_ht.c | 171 #define IS_HT_RATE(_rate) ((_rate) & 0x80) macro |
/freebsd/sys/dev/ath/ath_hal/ | ||
H A D | ah.c | 355 #define IS_HT_RATE(_rc) ( (_rc) & IEEE80211_RATE_MCS) macro |