Added a ini parameter isAndroidPsEn to control  the current BMPS logic.

Added a ini parameter Which provide a option for upper layers
to control Powersave mechanism.

CRs-fixed: 414887

Change-Id: Ia69a14db28f0061aa62a045b16ca83dafca6431b
diff --git a/CORE/SME/inc/pmc.h b/CORE/SME/inc/pmc.h
index 87bf590..04b5a9f 100644
--- a/CORE/SME/inc/pmc.h
+++ b/CORE/SME/inc/pmc.h
@@ -213,6 +213,10 @@
     void (*wakeReasonIndCB) (void *callbackContext, tpSirWakeReasonInd pWakeReasonInd);  /* routine to call for Wake Reason Indication */ 
     void *wakeReasonIndCBContext;  /* value to be passed as parameter to routine specified above */
 #endif // WLAN_WAKEUP_EVENTS
+
+/* If TRUE driver will go to BMPS only if host operatiing system asks to enter BMPS.
+* For android wlan_hdd_cfg80211_set_power_mgmt API will be used to set host powersave*/
+   v_BOOL_t    isHostPsEn;
 } tPmcInfo, *tpPmcInfo;