Home
last modified time | relevance | path

Searched refs:BAND_2G_INDEX (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_stf.c171 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()
Dwlc_main.h775 #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))
Dwlc_pub.h601 #define BAND_2G_INDEX 0 /* wlc->bandstate[x] index */ macro
Dwlc_channel.c779 wlc_stf_ss_update(wlc, wlc->bandstate[BAND_2G_INDEX]); in wlc_set_country_common()
Dwlc_bmac.c1401 band = wlc_hw->bandstate[BAND_2G_INDEX]; in wlc_bmac_mhf()
1442 band = wlc_hw->bandstate[BAND_2G_INDEX]; in wlc_bmac_mhf_get()
Dwlc_main.c911 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()
/linux-2.6.39/drivers/staging/brcm80211/include/
Dbcmwifi.h67 #define CHSPEC_WLCBANDUNIT(chspec) (CHSPEC_IS5G(chspec) ? BAND_5G_INDEX : BAND_2G_INDEX)