wlan: Add a cfg item to enable/disable cMEM low power image
transition(uBSP image)

Add a cfg item to enable/disable cMEM low power image transition(uBSP
image)

Change-Id: Ib1eacbf17d1f346b8ca801409b6574d4b488ccc8
CR-Fixed: 428109

Conflicts:

	CORE/MAC/inc/wniCfgAp.h
	CORE/MAC/inc/wniCfgSta.h
	CORE/MAC/src/cfg/cfgParamName.c
diff --git a/CORE/HDD/inc/wlan_hdd_cfg.h b/CORE/HDD/inc/wlan_hdd_cfg.h
index 5e7a5d4..adc626a 100644
--- a/CORE/HDD/inc/wlan_hdd_cfg.h
+++ b/CORE/HDD/inc/wlan_hdd_cfg.h
@@ -1431,6 +1431,14 @@
 #define CFG_TDLS_SUPPORT_ENABLE_MAX           ( 1 )
 #define CFG_TDLS_SUPPORT_ENABLE_DEFAULT       ( 0 )
 #endif
+
+/* Enable/Disable LPWR Image(cMEM uBSP) Transition */
+#define CFG_ENABLE_LPWR_IMG_TRANSITION_NAME        "gEnableLpwrImgTransition"
+#define CFG_ENABLE_LPWR_IMG_TRANSITION_MIN         ( 0 )
+#define CFG_ENABLE_LPWR_IMG_TRANSITION_MAX         ( 1 )
+#define CFG_ENABLE_LPWR_IMG_TRANSITION_DEFAULT     ( 0 )
+
+
 /*--------------------------------------------------------------------------- 
   Type declarations
   -------------------------------------------------------------------------*/ 
@@ -1746,6 +1754,7 @@
 #ifdef FEATURE_WLAN_TDLS       
    v_BOOL_t                    fEnableTDLSSupport;
 #endif
+   v_U32_t                     enableLpwrImgTransition;
 } hdd_config_t;
 /*--------------------------------------------------------------------------- 
   Function declarations and documenation