Searched refs:CHANNEL_POWER_IDX_2G_CCK (Results 1 – 2 of 2) sorted by relevance
43 #define CHANNEL_POWER_IDX_2G_CCK(c) (((c) < 2) ? 0 : (((c) < 11) ? 1 : 2)) /* cck index */ macro
1340 maxpwr = li->maxpwr[CHANNEL_POWER_IDX_2G_CCK(chan)]; in wlc_channel_reg_limits()