Lines Matching refs:stf

440 	kfree(wlc->stf);  in brcms_c_detach_mfree()
543 wlc->stf = kzalloc(sizeof(*wlc->stf), GFP_ATOMIC); in brcms_c_attach_malloc()
544 if (wlc->stf == NULL) { in brcms_c_attach_malloc()
2303 return (u16) wlc_hw->wlc->stf->txant; in brcms_b_get_txant()
3383 if (wlc->stf->ss_algosel_auto) in brcms_c_set_phy_chanspec()
3384 brcms_c_stf_ss_algo_channel_get(wlc, &wlc->stf->ss_algo_channel, in brcms_c_set_phy_chanspec()
3397 wlc->stf->txstreams); in brcms_default_rateset()
3659 brcms_c_rateset_mcs_upd(&rs, wlc->stf->txstreams); in brcms_c_set_ratetable()
3944 u16 phytxant = wlc->stf->phytxant; in brcms_c_beacon_phytxctl_txant_upd()
4020 wlc->stf->ldpc = val; in brcms_c_ht_update_ldpc()
4309 wlc->stf->ant_rx_ovr = ANT_RX_DIV_DEF; in brcms_c_info_init()
4310 wlc->stf->txant = ANT_TX_DEF; in brcms_c_info_init()
4704 wlc->stf->ant_rx_ovr = ANT_RX_DIV_FORCE_0; in brcms_c_attach_stf_ant_init()
4705 wlc->stf->txant = ANT_TX_FORCE_0; in brcms_c_attach_stf_ant_init()
4707 wlc->stf->ant_rx_ovr = ANT_RX_DIV_FORCE_1; in brcms_c_attach_stf_ant_init()
4708 wlc->stf->txant = ANT_TX_FORCE_1; in brcms_c_attach_stf_ant_init()
4747 brcms_chspec_bw(chanspec), wlc->stf->txstreams); in brcms_c_bss_default_init()
5074 brcms_c_ht_update_ldpc(wlc, wlc->stf->ldpc); in brcms_c_up()
5296 if (wlc->stf->txstreams == WL_11N_3x3) in brcms_c_set_nmode()
5310 wlc->stf->txstreams); in brcms_c_set_nmode()
5336 wlc->stf->txstreams)) in brcms_c_set_internal_rateset()
5347 wlc->stf->txstreams)) in brcms_c_set_internal_rateset()
5832 u8 stf = (int_val & NRATE_STF_MASK) >> NRATE_STF_SHIFT; in mac80211_wlc_set_nrate() local
5846 if (stf > PHY_TXC1_MODE_SDM) { in mac80211_wlc_set_nrate()
5855 ((stf != PHY_TXC1_MODE_SISO) in mac80211_wlc_set_nrate()
5856 && (stf != PHY_TXC1_MODE_CDD))) { in mac80211_wlc_set_nrate()
5864 if (stf != PHY_TXC1_MODE_SDM) { in mac80211_wlc_set_nrate()
5868 stf = PHY_TXC1_MODE_SDM; in mac80211_wlc_set_nrate()
5875 if ((stf > PHY_TXC1_MODE_STBC) || in mac80211_wlc_set_nrate()
5877 && (stf == PHY_TXC1_MODE_STBC))) { in mac80211_wlc_set_nrate()
5884 if ((stf != PHY_TXC1_MODE_CDD) && (stf != PHY_TXC1_MODE_SISO)) { in mac80211_wlc_set_nrate()
5891 || (stf != PHY_TXC1_MODE_SISO)) { in mac80211_wlc_set_nrate()
5902 if ((stf != PHY_TXC1_MODE_SISO) && (wlc->stf->txstreams == 1)) { in mac80211_wlc_set_nrate()
5912 if (stf == PHY_TXC1_MODE_STBC) { in mac80211_wlc_set_nrate()
5919 rspec |= (stf << RSPEC_STF_SHIFT); in mac80211_wlc_set_nrate()
6290 phyctl1_stf = wlc->stf->ss_opmode; in brcms_c_d11hdrs_mac80211()
6925 rts_rspec |= (wlc->stf->ss_opmode << RSPEC_STF_SHIFT); in brcms_c_rspec_to_rts_rspec()
7195 brcms_c_rateset_mcs_upd(&rs, wlc->stf->txstreams); in brcms_c_mod_prb_rsp_rate_table()
7944 if (BRCMS_ISNPHY(wlc->band) && (wlc->stf->txstreams == 1)) in brcms_c_attach()
7945 wlc->stf->txant = wlc->stf->hw_txchain - 1; in brcms_c_attach()
7948 wlc_phy_stf_chain_init(wlc->band->pi, wlc->stf->hw_txchain, in brcms_c_attach()
7949 wlc->stf->hw_rxchain); in brcms_c_attach()