Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8723bs/include/
Drtw_ht.h32 u8 ldpc_cap; member
Ddrv_types.h124 u8 ldpc_cap; member
/linux-6.12.1/drivers/staging/rtl8723bs/core/
Drtw_mlme.c2152 CLEAR_FLAGS(phtpriv->ldpc_cap); in rtw_ht_use_default_setting()
2154 if (TEST_FLAG(pregistrypriv->ldpc_cap, BIT4)) in rtw_ht_use_default_setting()
2155 SET_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_RX); in rtw_ht_use_default_setting()
2159 if (TEST_FLAG(pregistrypriv->ldpc_cap, BIT5)) in rtw_ht_use_default_setting()
2160 SET_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX); in rtw_ht_use_default_setting()
Drtw_ap.c521 if (TEST_FLAG(phtpriv_ap->ldpc_cap, LDPC_HT_ENABLE_TX) && in update_sta_info_apmode()
538 phtpriv_sta->ldpc_cap = cur_ldpc_cap; in update_sta_info_apmode()
1053 if (!TEST_FLAG(pmlmepriv->htpriv.ldpc_cap, LDPC_HT_ENABLE_RX)) in rtw_check_beacon_data()
Drtw_wlan_util.c1014 if (TEST_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX) && in HT_caps_handler()
1018 phtpriv->ldpc_cap = cur_ldpc_cap; in HT_caps_handler()
1134 if (TEST_FLAG(psta->htpriv.ldpc_cap, LDPC_HT_ENABLE_TX)) in update_ldpc_stbc_cap()
Drtw_mlme_ext.c4721 psta->htpriv.ldpc_cap = pmlmepriv->htpriv.ldpc_cap; in update_sta_info()
/linux-6.12.1/drivers/staging/rtl8723bs/os_dep/
Dos_intfs.c235 registry_par->ldpc_cap = (u8)rtw_ldpc_cap; in loadparam()
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dphy.c448 ra->ldpc_cap = ldpc_en; in rtw89_phy_ra_sta_update()
659 ra->ldpc_cap, in rtw89_phy_ra_assoc()
Dcore.c835 desc_info->ldpc = rtwsta ? rtwsta->ra.ldpc_cap : false; in rtw89_core_tx_update_data_info()
Dcore.h3264 u8 ldpc_cap:1; member
Dfw.c3910 le32_encode_bits(ra->ldpc_cap, RTW89_H2C_RA_W0_LDPC) | in rtw89_fw_h2c_ra()