Searched refs:IS_CCK_RATE (Results 1 – 6 of 6) sorted by relevance
17 #define IS_CCK_RATE(_rate) \ macro
132 if (IS_CCK_RATE(rs->rs_rate)) { in ath_debug_rate_stats()
152 #define IS_CCK_RATE(rate) ((rate >= 0x18) && (rate <= 0x1e)) macro
1366 is_cck = IS_CCK_RATE(info->rates[i].Rate); in ath_buf_set_rate()2203 IS_CCK_RATE(rate)) in ath_txchainmask_reduction()
398 #define IS_CCK_RATE(_rate) (MGN_1M == _rate || _rate == MGN_2M || _rate == MGN_5_5M || _rate == … macro
317 if (IS_CCK_RATE(rate)) { in GetDeltaSwingTable_8723B()