qcacld-3.0: Disable full BW UL MIMO capability in testbed defaults

Do not advertise full BW UL MIMO support when device is configured
as testbed.

Change-Id: Iecb5ddb16ef2006d9592ad3524559dd8f942a950
CRs-Fixed: 2474986
diff --git a/core/sme/src/common/sme_api.c b/core/sme/src/common/sme_api.c
index b4ee099..5db844e 100644
--- a/core/sme/src/common/sme_api.c
+++ b/core/sme/src/common/sme_api.c
@@ -15081,6 +15081,7 @@
 	mac_ctx->mlme_cfg->he_caps.dot11_he_cap.he_ppdu_80_in_160_80p80Mhz = 0;
 	mac_ctx->mlme_cfg->he_caps.dot11_he_cap.dcm_enc_tx = 0;
 	mac_ctx->mlme_cfg->he_caps.dot11_he_cap.dcm_enc_rx = 0;
+	mac_ctx->mlme_cfg->he_caps.dot11_he_cap.ul_mu = 0;
 	mac_ctx->mlme_cfg->he_caps.dot11_he_cap.max_nc = 0;
 	mac_ctx->mlme_cfg->he_caps.dot11_he_cap.trigger_frm_mac_pad =
 					QCA_WLAN_HE_16US_OF_PROCESS_TIME;