Searched refs:BAND_2G_INDEX (Results 1 – 7 of 7) sorted by relevance
171 wlc->bandstate[BAND_2G_INDEX]->band_stf_stbc_tx = (s8) int_val; in wlc_stf_stbc_tx_set()294 wlc_stf_ss_update(wlc, wlc->bandstate[BAND_2G_INDEX]); in wlc_stf_txchain_set()347 wlc->bandstate[BAND_2G_INDEX]->band_stf_ss_mode = PHY_TXC1_MODE_SISO; in wlc_stf_attach()352 wlc->bandstate[BAND_2G_INDEX]->band_stf_ss_mode = in wlc_stf_attach()354 wlc_stf_ss_update(wlc, wlc->bandstate[BAND_2G_INDEX]); in wlc_stf_attach()358 wlc->bandstate[BAND_2G_INDEX]->band_stf_stbc_tx = OFF; in wlc_stf_attach()
775 #define CHANNEL_BANDUNIT(wlc, ch) (((ch) <= CH_MAX_2G_CHANNEL) ? BAND_2G_INDEX : BAND_5G_INDEX)776 #define OTHERBANDUNIT(wlc) ((uint)((wlc)->band->bandunit ? BAND_2G_INDEX : BAND_5G_INDEX))
601 #define BAND_2G_INDEX 0 /* wlc->bandstate[x] index */ macro
779 wlc_stf_ss_update(wlc, wlc->bandstate[BAND_2G_INDEX]); in wlc_set_country_common()
1401 band = wlc_hw->bandstate[BAND_2G_INDEX]; in wlc_bmac_mhf()1442 band = wlc_hw->bandstate[BAND_2G_INDEX]; in wlc_bmac_mhf_get()
911 power.antgain[0] = wlc->bandstate[BAND_2G_INDEX]->antgain; in wlc_get_current_txpwr()1988 wlc->bandstate[BAND_2G_INDEX]->band_stf_stbc_tx = OFF; in wlc_attach()
67 #define CHSPEC_WLCBANDUNIT(chspec) (CHSPEC_IS5G(chspec) ? BAND_5G_INDEX : BAND_2G_INDEX)