Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c3406 wlc->stf->txstreams); in brcms_default_rateset()
3668 brcms_c_rateset_mcs_upd(&rs, wlc->stf->txstreams); in brcms_c_set_ratetable()
4756 brcms_chspec_bw(chanspec), wlc->stf->txstreams); in brcms_c_bss_default_init()
5305 if (wlc->stf->txstreams == WL_11N_3x3) in brcms_c_set_nmode()
5319 wlc->stf->txstreams); in brcms_c_set_nmode()
5345 wlc->stf->txstreams)) in brcms_c_set_internal_rateset()
5356 wlc->stf->txstreams)) in brcms_c_set_internal_rateset()
5911 if ((stf != PHY_TXC1_MODE_SISO) && (wlc->stf->txstreams == 1)) { in mac80211_wlc_set_nrate()
7203 brcms_c_rateset_mcs_upd(&rs, wlc->stf->txstreams); in brcms_c_mod_prb_rsp_rate_table()
7952 if (BRCMS_ISNPHY(wlc->band) && (wlc->stf->txstreams == 1)) in brcms_c_attach()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c6698 u32 bw_cap[2], u32 nchain, u32 txstreams, in brcmf_update_vht_cap() argument
6729 if ((txbf_bfe_cap || txbf_bfr_cap) && (txstreams > 1)) { in brcmf_update_vht_cap()
6732 band->vht_cap.cap |= ((txstreams - 1) << in brcmf_update_vht_cap()
6752 u32 txstreams = 0; in brcmf_setup_wiphybands() local
6784 (void)brcmf_fil_iovar_int_get(ifp, "txstreams", &txstreams); in brcmf_setup_wiphybands()
6799 brcmf_update_vht_cap(band, bw_cap, nchain, txstreams, in brcmf_setup_wiphybands()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfg80211.c17802 s32 txstreams = 0; in __wl_update_wiphybands() local
17840 err = wldev_iovar_getint(dev, "txstreams", &txstreams); in __wl_update_wiphybands()
17916 if (j <= txstreams) { in __wl_update_wiphybands()
17975 ((txstreams - 1) << in __wl_update_wiphybands()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfg80211.c16925 s32 txstreams = 0; in __wl_update_wiphybands() local
16963 err = wldev_iovar_getint(dev, "txstreams", &txstreams); in __wl_update_wiphybands()
17076 if (j <= txstreams) { in __wl_update_wiphybands()
17134 ((txstreams - 1) << in __wl_update_wiphybands()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfg80211.c16807 s32 txstreams = 0; in __wl_update_wiphybands() local
16845 err = wldev_iovar_getint(dev, "txstreams", &txstreams); in __wl_update_wiphybands()
16958 if (j <= txstreams) { in __wl_update_wiphybands()
17016 ((txstreams - 1) << in __wl_update_wiphybands()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.c19629 s32 txstreams = 0; local
19646 err = wldev_iovar_getint(dev, "txstreams", &txstreams);
19686 if (j <= txstreams) {
19743 ((txstreams - 1) <<
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.c19627 s32 txstreams = 0; local
19644 err = wldev_iovar_getint(dev, "txstreams", &txstreams);
19684 if (j <= txstreams) {
19741 ((txstreams - 1) <<
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.c19463 s32 txstreams = 0; local
19480 err = wldev_iovar_getint(dev, "txstreams", &txstreams);
19520 if (j <= txstreams) {
19577 ((txstreams - 1) <<
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dwlioctl.h715 uint8 txstreams; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dwlioctl.h1116 uint8 txstreams; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dwlioctl.h1116 uint8 txstreams; member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dwlioctl.h1127 uint8 txstreams; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dwlioctl.h1169 uint8 txstreams; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dwlioctl.h1176 uint8 txstreams; member