Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_wlan_util.c949 if (TEST_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX) && in HT_caps_handler()
953 phtpriv->ldpc_cap = cur_ldpc_cap; in HT_caps_handler()
1069 if (TEST_FLAG(psta->htpriv.ldpc_cap, LDPC_HT_ENABLE_TX)) in update_ldpc_stbc_cap()
H A Drtw_mlme_ext.c4575 psta->htpriv.ldpc_cap = pmlmepriv->htpriv.ldpc_cap; in update_sta_info()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c481 ra->ldpc_cap = ldpc_en; in rtw89_phy_ra_sta_update()
770 ra->ldpc_cap, in rtw89_phy_ra_assoc()
H A Dcore.h4513 u8 ldpc_cap:1; member
H A Dcore.c1146 desc_info->ldpc = rtwsta_link ? rtwsta_link->ra.ldpc_cap : false; in rtw89_core_tx_update_data_info()
H A Dfw.c5596 le32_encode_bits(ra->ldpc_cap, RTW89_H2C_RA_W0_LDPC) | in rtw89_fw_h2c_ra()