BAND_2G_INDEX
brcms_c_stf_ss_update(wlc, wlc->bandstate[BAND_2G_INDEX]);
if (band_idx == BAND_2G_INDEX)
band = &wlc->bandstate[BAND_2G_INDEX]->band;
band = wlc_hw->bandstate[BAND_2G_INDEX];
(((ch) <= CH_MAX_2G_CHANNEL) ? BAND_2G_INDEX : BAND_5G_INDEX)
((uint)((wlc)->band->bandunit ? BAND_2G_INDEX : BAND_5G_INDEX))
wlc->bandstate[BAND_2G_INDEX]->band_stf_stbc_tx = (s8) int_val;
brcms_c_stf_ss_update(wlc, wlc->bandstate[BAND_2G_INDEX]);
wlc->bandstate[BAND_2G_INDEX]->band_stf_ss_mode = PHY_TXC1_MODE_SISO;
wlc->bandstate[BAND_2G_INDEX]->band_stf_ss_mode =
brcms_c_stf_ss_update(wlc, wlc->bandstate[BAND_2G_INDEX]);
wlc->bandstate[BAND_2G_INDEX]->band_stf_stbc_tx = OFF;
return CHSPEC_IS5G(chspec) ? BAND_5G_INDEX : BAND_2G_INDEX;