wlan: STA is Not able to establish 11AC Connection with SAP

STA is Not able to establish 11AC Connection with SAP

Change-Id: I65d5b2cf08e5f785007a63426f25d966a01d79b6
CR-Fixed: 429180
diff --git a/CORE/MAC/inc/sirApi.h b/CORE/MAC/inc/sirApi.h
index dd9356c..a2b7344 100644
--- a/CORE/MAC/inc/sirApi.h
+++ b/CORE/MAC/inc/sirApi.h
@@ -701,14 +701,7 @@
     tANI_U32             WscIeLen;
     tANI_U8              WscIeProbeRsp[WSCIE_PROBE_RSP_LEN];
     tANI_U8              reservedPadding4;
-
-    /* ChannelWidth, secondaryChanneloffset, VHT capability and center freqency in case of VHT Information what peer sent in beacon/probersp */
-
-    tANI_U16             channelWidth;
-    tANI_U16             secondaryChannelOffset;
-    tANI_U16             vhtSupport;
-    tANI_U16             centerFreq; 
-
+    
     tANI_U32             ieFields[1];
 } tSirBssDescription, *tpSirBssDescription;