Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_ht.h32 u8 ldpc_cap; member
H A Ddrv_types.h124 u8 ldpc_cap; member
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c2232 CLEAR_FLAGS(phtpriv->ldpc_cap); in rtw_ht_use_default_setting()
2234 if (TEST_FLAG(pregistrypriv->ldpc_cap, BIT4)) in rtw_ht_use_default_setting()
2235 SET_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_RX); in rtw_ht_use_default_setting()
2239 if (TEST_FLAG(pregistrypriv->ldpc_cap, BIT5)) in rtw_ht_use_default_setting()
2240 SET_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX); in rtw_ht_use_default_setting()
H A Drtw_wlan_util.c1015 if (TEST_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX) && in HT_caps_handler()
1019 phtpriv->ldpc_cap = cur_ldpc_cap; in HT_caps_handler()
1135 if (TEST_FLAG(psta->htpriv.ldpc_cap, LDPC_HT_ENABLE_TX)) in update_ldpc_stbc_cap()
H A Drtw_ap.c522 if (TEST_FLAG(phtpriv_ap->ldpc_cap, LDPC_HT_ENABLE_TX) && in update_sta_info_apmode()
539 phtpriv_sta->ldpc_cap = cur_ldpc_cap; in update_sta_info_apmode()
1054 if (!TEST_FLAG(pmlmepriv->htpriv.ldpc_cap, LDPC_HT_ENABLE_RX)) in rtw_check_beacon_data()
H A Drtw_mlme_ext.c4722 psta->htpriv.ldpc_cap = pmlmepriv->htpriv.ldpc_cap; in update_sta_info()
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dos_intfs.c236 registry_par->ldpc_cap = (u8)rtw_ldpc_cap; in loadparam()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c376 ra->ldpc_cap = ldpc_en; in rtw89_phy_ra_sta_update()
587 ra->ldpc_cap, in rtw89_phy_ra_assoc()
H A Dcore.h2725 u8 ldpc_cap:1; member
H A Dfw.c2409 le32_encode_bits(ra->ldpc_cap, RTW89_H2C_RA_W0_LDPC) | in rtw89_fw_h2c_ra()