Searched refs:STBC_HT_ENABLE_TX (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/staging/rtl8723bs/include/ |
D | rtw_ht.h | 70 #define STBC_HT_ENABLE_TX BIT1 macro
|
/linux-5.19.10/drivers/staging/rtl8723bs/core/ |
D | rtw_wlan_util.c | 1012 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()
|
D | rtw_ap.c | 527 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()
|
D | rtw_mlme.c | 2260 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/ |
D | wifi.h | 2952 #define STBC_HT_ENABLE_TX BIT(1) macro
|
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | dm.c | 565 STBC_HT_ENABLE_TX) ? 1 : 0; in rtl8821ae_dm_check_rssi_monitor()
|