Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
Drtw_ht.h69 #define LDPC_HT_ENABLE_TX BIT1 macro
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c1088 …if (TEST_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX) && GET_HT_CAPABILITY_ELE_LDPC_CAP(pIE->data)) { in HT_caps_handler()
1089 SET_FLAG(cur_ldpc_cap, (LDPC_HT_ENABLE_TX | LDPC_HT_CAP_TX)); in HT_caps_handler()
1210 if (TEST_FLAG(psta->htpriv.ldpc_cap, LDPC_HT_ENABLE_TX)) in update_ldpc_stbc_cap()
Drtw_ap.c625 if (TEST_FLAG(phtpriv_ap->ldpc_cap, LDPC_HT_ENABLE_TX) && in update_sta_info_apmode()
627 SET_FLAG(cur_ldpc_cap, (LDPC_HT_ENABLE_TX | LDPC_HT_CAP_TX)); in update_sta_info_apmode()
Drtw_mlme.c2531 SET_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX); in rtw_ht_use_default_setting()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2948 #define LDPC_HT_ENABLE_TX BIT(1) macro