Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/include/
Drtw_ht.h74 #define STBC_HT_ENABLE_TX BIT1 macro
/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c1081 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && GET_HT_CAPABILITY_ELE_TX_STBC(pIE->data)) { in HT_caps_handler()
1082 SET_FLAG(cur_stbc_cap, STBC_HT_ENABLE_TX); in HT_caps_handler()
1095 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && GET_HT_CAPABILITY_ELE_RX_STBC(pIE->data)) { in HT_caps_handler()
1096 SET_FLAG(cur_stbc_cap, (STBC_HT_ENABLE_TX | STBC_HT_CAP_TX)); in HT_caps_handler()
1213 if (TEST_FLAG(psta->htpriv.stbc_cap, STBC_HT_ENABLE_TX)) in update_ldpc_stbc_cap()
Drtw_ap.c632 if (TEST_FLAG(phtpriv_ap->stbc_cap, STBC_HT_ENABLE_TX) && in update_sta_info_apmode()
634 SET_FLAG(cur_stbc_cap, (STBC_HT_ENABLE_TX | STBC_HT_CAP_TX)); in update_sta_info_apmode()
1202 if (!TEST_FLAG(pmlmepriv->htpriv.stbc_cap, STBC_HT_ENABLE_TX)) in rtw_check_beacon_data()
Drtw_mlme.c2541 SET_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX); in rtw_ht_use_default_setting()
2649 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX)) in rtw_restructure_ht_ie()
/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2953 #define STBC_HT_ENABLE_TX BIT(1) macro
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Ddm.c565 STBC_HT_ENABLE_TX) ? 1 : 0; in rtl8821ae_dm_check_rssi_monitor()