Home
last modified time | relevance | path

Searched refs:stf (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/brcm80211/brcmsmac/
Dstf.c51 if ((wlc->stf->rxstreams == 1) && (val != HT_CAP_RX_STBC_NO)) in brcms_c_stf_stbc_rx_ht_update()
75 if (wlc->stf->txchain == wlc->stf->hw_txchain) { in brcms_c_tempsense_upd()
76 if (txchain && (txchain < wlc->stf->hw_txchain)) in brcms_c_tempsense_upd()
79 } else if (wlc->stf->txchain < wlc->stf->hw_txchain) { in brcms_c_tempsense_upd()
80 if (txchain == wlc->stf->hw_txchain) in brcms_c_tempsense_upd()
136 if ((int_val == ON) && (wlc->stf->txstreams == 1)) in brcms_c_stf_stbc_tx_set()
153 && (wlc->stf->rxstreams == 1)) in brcms_c_stf_stbc_rx_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()
171 ((core_mask & ~wlc->stf->txchain) in brcms_c_stf_txcore_set()
[all …]
Dmain.c446 kfree(wlc->stf); in brcms_c_detach_mfree()
549 wlc->stf = kzalloc(sizeof(struct brcms_stf), GFP_ATOMIC); in brcms_c_attach_malloc()
550 if (wlc->stf == NULL) { in brcms_c_attach_malloc()
2325 return (u16) wlc_hw->wlc->stf->txant; in brcms_b_get_txant()
3408 if (wlc->stf->ss_algosel_auto) in brcms_c_set_phy_chanspec()
3409 brcms_c_stf_ss_algo_channel_get(wlc, &wlc->stf->ss_algo_channel, in brcms_c_set_phy_chanspec()
3422 wlc->stf->txstreams); in brcms_default_rateset()
3684 brcms_c_rateset_mcs_upd(&rs, wlc->stf->txstreams); in brcms_c_set_ratetable()
3974 u16 phytxant = wlc->stf->phytxant; in brcms_c_beacon_phytxctl_txant_upd()
4050 wlc->stf->ldpc = val; in brcms_c_ht_update_ldpc()
[all …]
Dmain.h217 (((wlc)->stf->txstreams > 1) && (((wlc)->band->band_stf_stbc_tx == ON) \
220 isset(&((wlc)->stf->ss_algo_channel), PHY_TXC1_MODE_STBC))))
555 struct brcms_stf *stf; member
DMakefile34 stf.o \