wlan: [MCC] Enable MCC feature by default.

Changed CFG_ENABLE_MCC_ENABLED_DEFAULT value
from 0 to 1 in wlan_hdd_cfg.h file.
If someone want to disable MCC feature
then they should add gEnableMCCMode=0 flag
in WCNSS_qcom_cfg.ini

CRs-Fixed : 422242

Change-Id: I6818831374423472ccbf993cf87e01e02905fe87
diff --git a/CORE/HDD/inc/wlan_hdd_cfg.h b/CORE/HDD/inc/wlan_hdd_cfg.h
index 8253d67..2e4e7d4 100644
--- a/CORE/HDD/inc/wlan_hdd_cfg.h
+++ b/CORE/HDD/inc/wlan_hdd_cfg.h
@@ -1337,7 +1337,7 @@
 #define CFG_ENABLE_MCC_ENABLED_NAME             "gEnableMCCMode"      
 #define CFG_ENABLE_MCC_ENABLED_MIN              ( 0 )
 #define CFG_ENABLE_MCC_ENABLED_MAX              ( 1 )
-#define CFG_ENABLE_MCC_ENABLED_DEFAULT          ( 0 ) 
+#define CFG_ENABLE_MCC_ENABLED_DEFAULT          ( 1 ) 
 
 /*
  * Allow GO in MCC mode to accept different beacon interval than STA's.