Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/include/
Drtw_ht.h65 #define LDPC_HT_ENABLE_TX BIT1 macro
/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c1019 if (TEST_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX) && in HT_caps_handler()
1021 SET_FLAG(cur_ldpc_cap, (LDPC_HT_ENABLE_TX | LDPC_HT_CAP_TX)); in HT_caps_handler()
1139 if (TEST_FLAG(psta->htpriv.ldpc_cap, LDPC_HT_ENABLE_TX)) in update_ldpc_stbc_cap()
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()
Drtw_mlme.c2252 SET_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX); in rtw_ht_use_default_setting()
/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2947 #define LDPC_HT_ENABLE_TX BIT(1) macro