Searched refs:IS_OFDM_RATE (Results 1 – 4 of 4) sorted by relevance
19 #define IS_OFDM_RATE(_rate) \ macro
141 if (IS_OFDM_RATE(rs->rs_rate)) { in ath_debug_rate_stats()
151 #define IS_OFDM_RATE(rate) ((rate >= 0x8) && (rate <= 0xf)) macro
397 #define IS_OFDM_RATE(_rate) (MGN_6M <= _rate && _rate <= MGN_54M && _rate != MGN_11M) macro