TEST_FLAG         623 drivers/staging/rtl8723bs/core/rtw_ap.c 		if (TEST_FLAG(phtpriv_ap->ldpc_cap, LDPC_HT_ENABLE_TX) &&
TEST_FLAG         630 drivers/staging/rtl8723bs/core/rtw_ap.c 		if (TEST_FLAG(phtpriv_ap->stbc_cap, STBC_HT_ENABLE_TX) &&
TEST_FLAG        1197 drivers/staging/rtl8723bs/core/rtw_ap.c 		if (!TEST_FLAG(pmlmepriv->htpriv.ldpc_cap, LDPC_HT_ENABLE_RX))
TEST_FLAG        1200 drivers/staging/rtl8723bs/core/rtw_ap.c 		if (!TEST_FLAG(pmlmepriv->htpriv.stbc_cap, STBC_HT_ENABLE_TX))
TEST_FLAG        1203 drivers/staging/rtl8723bs/core/rtw_ap.c 		if (!TEST_FLAG(pmlmepriv->htpriv.stbc_cap, STBC_HT_ENABLE_RX))
TEST_FLAG        2595 drivers/staging/rtl8723bs/core/rtw_mlme.c 	phtpriv->sgi_40m = TEST_FLAG(pregistrypriv->short_gi, BIT1) ? true : false;
TEST_FLAG        2596 drivers/staging/rtl8723bs/core/rtw_mlme.c 	phtpriv->sgi_20m = TEST_FLAG(pregistrypriv->short_gi, BIT0) ? true : false;
TEST_FLAG        2602 drivers/staging/rtl8723bs/core/rtw_mlme.c 		if (TEST_FLAG(pregistrypriv->ldpc_cap, BIT4))
TEST_FLAG        2607 drivers/staging/rtl8723bs/core/rtw_mlme.c 		if (TEST_FLAG(pregistrypriv->ldpc_cap, BIT5))
TEST_FLAG        2617 drivers/staging/rtl8723bs/core/rtw_mlme.c 		if (TEST_FLAG(pregistrypriv->stbc_cap, BIT5))
TEST_FLAG        2622 drivers/staging/rtl8723bs/core/rtw_mlme.c 		if (TEST_FLAG(pregistrypriv->stbc_cap, BIT4))
TEST_FLAG        2632 drivers/staging/rtl8723bs/core/rtw_mlme.c 	if (TEST_FLAG(pregistrypriv->beamform_cap, BIT4) && bHwSupportBeamformer) {
TEST_FLAG        2636 drivers/staging/rtl8723bs/core/rtw_mlme.c 	if (TEST_FLAG(pregistrypriv->beamform_cap, BIT5) && bHwSupportBeamformee) {
TEST_FLAG        2726 drivers/staging/rtl8723bs/core/rtw_mlme.c 	if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX))
TEST_FLAG        2732 drivers/staging/rtl8723bs/core/rtw_mlme.c 	if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_RX)) {
TEST_FLAG        1133 drivers/staging/rtl8723bs/core/rtw_wlan_util.c 		if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && GET_HT_CAPABILITY_ELE_TX_STBC(pIE->data)) {
TEST_FLAG        1140 drivers/staging/rtl8723bs/core/rtw_wlan_util.c 		if (TEST_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX) && GET_HT_CAPABILITY_ELE_LDPC_CAP(pIE->data)) {
TEST_FLAG        1147 drivers/staging/rtl8723bs/core/rtw_wlan_util.c 		if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && GET_HT_CAPABILITY_ELE_RX_STBC(pIE->data)) {
TEST_FLAG        1264 drivers/staging/rtl8723bs/core/rtw_wlan_util.c 		if (TEST_FLAG(psta->htpriv.ldpc_cap, LDPC_HT_ENABLE_TX))
TEST_FLAG        1267 drivers/staging/rtl8723bs/core/rtw_wlan_util.c 		if (TEST_FLAG(psta->htpriv.stbc_cap, STBC_HT_ENABLE_TX))