Searched refs:IS_HT_RATE (Results 1 – 5 of 5) sorted by relevance
37 #define IS_HT_RATE(_rate) \ macro
26 #define IS_HT_RATE(_rate) (_rate >= DESC_RATEMCS0) macro
115 if (IS_HT_RATE(rs->rs_rate)) { in ath_debug_rate_stats()
151 #define IS_HT_RATE(rate) (rate & 0x80) macro
531 #define IS_HT_RATE(_rate) (_rate >= MGN_MCS0 && _rate <= MGN_MCS31) macro