wlan: SAPHT40 2.4GHz: Indicate 40MHz Intolerant bit Upper Layer

For SAP HT40 feature, Driver needs to pass 40MHz Intolerant
bit to SAP layer. Added code to pass Forty MHz Intolerant bit
info as part of ASSOC/REASSOC Indication.

Change-Id: If6b5c7407ceeaa806dd5aca3af8590c7aa280987
CRs-Fixed: 756593
diff --git a/CORE/MAC/inc/sirApi.h b/CORE/MAC/inc/sirApi.h
index 931f498..97c96c8 100644
--- a/CORE/MAC/inc/sirApi.h
+++ b/CORE/MAC/inc/sirApi.h
@@ -1186,6 +1186,9 @@
     tSirMacPowerCapInfo     powerCap;
     tSirSupChnl             supportedChannels;
     tAniBool             wmmEnabledSta; /* if present - STA is WMM enabled */
+#ifdef WLAN_FEATURE_AP_HT40_24G
+    tAniBool             HT40MHzIntoEnabledSta; /* if present - STA Enable 40 MHz Intolerant */
+#endif
     tAniBool             reassocReq;
     // Required for indicating the frames to upper layer
     tANI_U32             beaconLength;