Searched refs:IS_CCK_RATE (Results 1 – 5 of 5) sorted by relevance
39 #define IS_CCK_RATE(_rate) \ macro
1268 if (IS_CCK_RATE(rate)) in _rtl92ee_get_txpower_index()1275 !IS_CCK_RATE(rate)) in _rtl92ee_get_txpower_index()
132 if (IS_CCK_RATE(rs->rs_rate)) { in ath_debug_rate_stats()
150 #define IS_CCK_RATE(rate) ((rate >= 0x18) && (rate <= 0x1e)) macro
1267 is_cck = IS_CCK_RATE(info->rates[i].Rate); in ath_buf_set_rate()2143 IS_CCK_RATE(rate)) in ath_txchainmask_reduction()