Home
last modified time | relevance | path

Searched refs:txstreams (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dstf.c136 if ((int_val == ON) && (wlc->stf->txstreams == 1)) in brcms_c_stf_stbc_tx_set()
167 if (hweight8(core_mask) > wlc->stf->txstreams) in brcms_c_stf_txcore_set()
170 if ((hweight8(core_mask) == wlc->stf->txstreams) && in brcms_c_stf_txcore_set()
267 u8 txstreams; in brcms_c_stf_txchain_set() local
281 txstreams = (u8) hweight8(txchain); in brcms_c_stf_txchain_set()
282 if (txstreams > MAX_STREAMS_SUPPORTED) in brcms_c_stf_txchain_set()
286 wlc->stf->txstreams = txstreams; in brcms_c_stf_txchain_set()
291 (wlc->stf->txstreams == 1) ? ANT_TX_FORCE_0 : ANT_TX_DEF; in brcms_c_stf_txchain_set()
321 upd_stf_ss = (wlc->stf->txstreams == 1 || in brcms_c_stf_ss_update()
328 upd_stf_ss = (wlc->stf->txstreams == 1) ? in brcms_c_stf_ss_update()
[all …]
H A Drate.c290 void brcms_c_rateset_mcs_upd(struct brcms_c_rateset *rs, u8 txstreams) in brcms_c_rateset_mcs_upd() argument
293 for (i = txstreams; i < MAX_STREAMS_SUPPORTED; i++) in brcms_c_rateset_mcs_upd()
304 bool check_brate, u8 txstreams) in brcms_c_rate_hwrs_filter_sort_validate() argument
444 uint rate_mask, bool mcsallow, u8 bw, u8 txstreams) in brcms_c_rateset_default() argument
476 brcms_c_rateset_mcs_upd(&rs_sel, txstreams); in brcms_c_rateset_default()
481 mcsallow ? txstreams : 1); in brcms_c_rateset_default()
501 void brcms_c_rateset_mcs_build(struct brcms_c_rateset *rateset, u8 txstreams) in brcms_c_rateset_mcs_build() argument
504 brcms_c_rateset_mcs_upd(rateset, txstreams); in brcms_c_rateset_mcs_build()
H A Drate.h221 bool check_brate, u8 txstreams);
236 bool mcsallow, u8 bw, u8 txstreams);
240 void brcms_c_rateset_mcs_upd(struct brcms_c_rateset *rs, u8 txstreams);
242 void brcms_c_rateset_mcs_build(struct brcms_c_rateset *rateset, u8 txstreams);
H A Dmain.h200 u8 txstreams; member
217 (((wlc)->stf->txstreams > 1) && (((wlc)->band->band_stf_stbc_tx == ON) \
H A Dmain.c3404 wlc->stf->txstreams); in brcms_default_rateset()
3666 brcms_c_rateset_mcs_upd(&rs, wlc->stf->txstreams); in brcms_c_set_ratetable()
4754 brcms_chspec_bw(chanspec), wlc->stf->txstreams); in brcms_c_bss_default_init()
5303 if (wlc->stf->txstreams == WL_11N_3x3) in brcms_c_set_nmode()
5317 wlc->stf->txstreams); in brcms_c_set_nmode()
5343 wlc->stf->txstreams)) in brcms_c_set_internal_rateset()
5354 wlc->stf->txstreams)) in brcms_c_set_internal_rateset()
5909 if ((stf != PHY_TXC1_MODE_SISO) && (wlc->stf->txstreams == 1)) { in mac80211_wlc_set_nrate()
7202 brcms_c_rateset_mcs_upd(&rs, wlc->stf->txstreams); in brcms_c_mod_prb_rsp_rate_table()
7951 if (BRCMS_ISNPHY(wlc->band) && (wlc->stf->txstreams == 1)) in brcms_c_attach()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c7216 u32 bw_cap[2], u32 nchain, u32 txstreams, in brcmf_update_vht_cap() argument
7247 if ((txbf_bfe_cap || txbf_bfr_cap) && (txstreams > 1)) { in brcmf_update_vht_cap()
7250 band->vht_cap.cap |= ((txstreams - 1) << in brcmf_update_vht_cap()
7270 u32 txstreams = 0; in brcmf_setup_wiphybands() local
7307 (void)brcmf_fil_iovar_int_get(ifp, "txstreams", &txstreams); in brcmf_setup_wiphybands()
7322 brcmf_update_vht_cap(band, bw_cap, nchain, txstreams, in brcmf_setup_wiphybands()