RF_BAND_MAX
u32 rf3f_bp[RF_BAND_MAX][RF_GAIN_NUM][RTW_RF_PATH_MAX];
for (band = 0; band < RF_BAND_MAX; band++) {
static const u8 ch_num[RF_BAND_MAX] = {1, 1, 36, 100, 149};
static const u8 band_num[RF_BAND_MAX] = {0x0, 0x0, 0x1, 0x3, 0x5};
static const u8 cck[RF_BAND_MAX] = {0x1, 0x0, 0x0, 0x0, 0x0};
for (band = 0; band < RF_BAND_MAX; band++) {