Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_wlan_util.c942 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && in HT_caps_handler()
946 phtpriv->stbc_cap = cur_stbc_cap; in HT_caps_handler()
956 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && in HT_caps_handler()
960 phtpriv->stbc_cap = cur_stbc_cap; in HT_caps_handler()
1072 if (TEST_FLAG(psta->htpriv.stbc_cap, STBC_HT_ENABLE_TX)) in update_ldpc_stbc_cap()
H A Drtw_mlme_ext.c4576 psta->htpriv.stbc_cap = pmlmepriv->htpriv.stbc_cap; in update_sta_info()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c480 ra->stbc_cap = stbc_en; in rtw89_phy_ra_sta_update()
771 ra->stbc_cap, in rtw89_phy_ra_assoc()
H A Dcore.h4514 u8 stbc_cap:1; member
H A Dcore.c1145 desc_info->stbc = rtwsta_link ? rtwsta_link->ra.stbc_cap : false; in rtw89_core_tx_update_data_info()
H A Dfw.c5597 le32_encode_bits(ra->stbc_cap, RTW89_H2C_RA_W0_STBC) | in rtw89_fw_h2c_ra()