Searched refs:IS_OFDM_RATE (Results 1 – 3 of 3) sorted by relevance
19 #define IS_OFDM_RATE(_rate) \ macro
141 if (IS_OFDM_RATE(rs->rs_rate)) { in ath_debug_rate_stats()
399 #define IS_OFDM_RATE(_rate) (MGN_6M <= _rate && _rate <= MGN_54M && _rate != MGN_11M) macro