Searched refs:txstreams (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/ |
D | wlc_stf.c | 162 if ((int_val == ON) && (wlc->stf->txstreams == 1)) in wlc_stf_stbc_tx_set() 165 if ((int_val == OFF) || (wlc->stf->txstreams == 1) in wlc_stf_stbc_tx_set() 201 if (WLC_BITSCNT(core_mask) > wlc->stf->txstreams) { in wlc_stf_txcore_set() 205 if ((WLC_BITSCNT(core_mask) == wlc->stf->txstreams) && in wlc_stf_txcore_set() 250 u8 txstreams; in wlc_stf_txchain_set() local 261 txstreams = (u8) WLC_BITSCNT(txchain); in wlc_stf_txchain_set() 262 if (txstreams > MAX_STREAMS_SUPPORTED) in wlc_stf_txchain_set() 265 if (txstreams == 1) { in wlc_stf_txchain_set() 292 wlc->stf->txstreams = txstreams; in wlc_stf_txchain_set() 297 (wlc->stf->txstreams == 1) ? ANT_TX_FORCE_0 : ANT_TX_DEF; in wlc_stf_txchain_set() [all …]
|
D | wlc_rate.c | 282 void wlc_rateset_mcs_upd(wlc_rateset_t *rs, u8 txstreams) in wlc_rateset_mcs_upd() argument 285 for (i = txstreams; i < MAX_STREAMS_SUPPORTED; i++) in wlc_rateset_mcs_upd() 295 bool check_brate, u8 txstreams) in wlc_rate_hwrs_filter_sort_validate() argument 431 bool mcsallow, u8 bw, u8 txstreams) in wlc_rateset_default() argument 463 wlc_rateset_mcs_upd(&rs_sel, txstreams); in wlc_rateset_default() 468 mcsallow ? txstreams : 1); in wlc_rateset_default() 488 void wlc_rateset_mcs_build(wlc_rateset_t *rateset, u8 txstreams) in wlc_rateset_mcs_build() argument 491 wlc_rateset_mcs_upd(rateset, txstreams); in wlc_rateset_mcs_build()
|
D | wlc_rate.h | 148 u8 txstreams); 162 bool mcsallow, u8 bw, u8 txstreams); 165 extern void wlc_rateset_mcs_upd(struct wlc_rateset *rs, u8 txstreams); 167 extern void wlc_rateset_mcs_build(struct wlc_rateset *rateset, u8 txstreams);
|
D | wlc_main.h | 234 u8 txstreams; /* number of txchains being used */ member 258 (((wlc)->stf->txstreams > 1) && (((wlc)->band->band_stf_stbc_tx == ON) || \
|
D | wlc_main.c | 1834 if (WLCISNPHY(wlc->band) && (wlc->stf->txstreams == 1)) in wlc_attach() 2947 if (wlc->stf->txstreams == WL_11N_3x3) in wlc_set_nmode() 2963 wlc->stf->txstreams); in wlc_set_nmode() 2993 wlc->stf->txstreams)) in wlc_set_rateset() 3004 wlc->stf->txstreams)) in wlc_set_rateset() 4043 wlc->stf->txstreams); in _wlc_ioctl() 7453 wlc_rateset_mcs_upd(&rs, wlc->stf->txstreams); in wlc_set_ratetable() 7556 wlc_rateset_mcs_upd(&rs, wlc->stf->txstreams); in wlc_mod_prb_rsp_rate_table() 7926 wlc->stf->txstreams); in wlc_default_rateset() 7958 CHSPEC_WLC_BW(chanspec), wlc->stf->txstreams); in wlc_bss_default_init() [all …]
|