Home
last modified time | relevance | path

Searched refs:LDPC_HT_ENABLE_TX (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_ht.h65 #define LDPC_HT_ENABLE_TX BIT1 macro
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_wlan_util.c1015 if (TEST_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX) && in HT_caps_handler()
1017 SET_FLAG(cur_ldpc_cap, (LDPC_HT_ENABLE_TX | LDPC_HT_CAP_TX)); 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()
524 SET_FLAG(cur_ldpc_cap, (LDPC_HT_ENABLE_TX | LDPC_HT_CAP_TX)); in update_sta_info_apmode()
H A Drtw_mlme.c2240 SET_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX); in rtw_ht_use_default_setting()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h2910 #define LDPC_HT_ENABLE_TX BIT(1)
2922 #define LDPC_HT_ENABLE_TX global() macro