Home
last modified time | relevance | path

Searched refs:STBC_HT_ENABLE_TX (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/staging/rtl8723bs/include/
Drtw_ht.h70 #define STBC_HT_ENABLE_TX BIT1 macro
/linux-5.19.10/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c1012 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && in HT_caps_handler()
1014 SET_FLAG(cur_stbc_cap, STBC_HT_ENABLE_TX); in HT_caps_handler()
1026 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && in HT_caps_handler()
1028 SET_FLAG(cur_stbc_cap, (STBC_HT_ENABLE_TX | STBC_HT_CAP_TX)); in HT_caps_handler()
1142 if (TEST_FLAG(psta->htpriv.stbc_cap, STBC_HT_ENABLE_TX)) in update_ldpc_stbc_cap()
Drtw_ap.c527 if (TEST_FLAG(phtpriv_ap->stbc_cap, STBC_HT_ENABLE_TX) && in update_sta_info_apmode()
529 SET_FLAG(cur_stbc_cap, (STBC_HT_ENABLE_TX | STBC_HT_CAP_TX)); in update_sta_info_apmode()
1057 if (!TEST_FLAG(pmlmepriv->htpriv.stbc_cap, STBC_HT_ENABLE_TX)) in rtw_check_beacon_data()
Drtw_mlme.c2260 SET_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX); in rtw_ht_use_default_setting()
2363 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX)) in rtw_restructure_ht_ie()
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2952 #define STBC_HT_ENABLE_TX BIT(1) macro
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Ddm.c565 STBC_HT_ENABLE_TX) ? 1 : 0; in rtl8821ae_dm_check_rssi_monitor()