wlan: MCC Adaptive Scheduler

MCC Adaptive Scheduler. By default this feature is disabled and can be
enabled using gEnableMCCAdaptiveScheduler=1 in INI file.

CR-Fixed: 434878
Change-Id: I9e5c41f2f2bf8318b4a4ce2bbd11fb1a04e69837
diff --git a/CORE/MAC/inc/wniCfgSta.h b/CORE/MAC/inc/wniCfgSta.h
index 70de087..862ddfa 100644
--- a/CORE/MAC/inc/wniCfgSta.h
+++ b/CORE/MAC/inc/wniCfgSta.h
@@ -350,6 +350,7 @@
 #define WNI_CFG_ENABLE_MC_ADDR_LIST    291
 #define WNI_CFG_ENABLE_UC_FILTER    292
 #define WNI_CFG_ENABLE_LPWR_IMG_TRANSITION    293
+#define WNI_CFG_ENABLE_MCC_ADAPTIVE_SCHED    294
 
 /*
  * String parameter lengths 
@@ -1595,8 +1596,12 @@
 #define WNI_CFG_ENABLE_LPWR_IMG_TRANSITION_STAMAX    1
 #define WNI_CFG_ENABLE_LPWR_IMG_TRANSITION_STADEF    0
 
-#define CFG_PARAM_MAX_NUM        294
-#define CFG_STA_IBUF_MAX_SIZE    228
+#define WNI_CFG_ENABLE_MCC_ADAPTIVE_SCHED_STAMIN    0
+#define WNI_CFG_ENABLE_MCC_ADAPTIVE_SCHED_STAMAX    1
+#define WNI_CFG_ENABLE_MCC_ADAPTIVE_SCHED_STADEF    0
+
+#define CFG_PARAM_MAX_NUM        295
+#define CFG_STA_IBUF_MAX_SIZE    229
 #define CFG_STA_SBUF_MAX_SIZE    3388
 #define CFG_SEM_MAX_NUM          19