qcacld-3.0: Change gThermalMitigationEnable default value to 0

gThermalMitigationEnable=0 could be deleted in WCNSS_qcom_cfg.ini,
this leads gThermalMitigationEnable enable since it is enabled
by default in the code.

Change gThermalMitigationEnable default value to 0 in code.

CRs-Fixed: 1110072
Change-Id: Id02d51a4f7cb983d43d7adaa9055e82fc51c8f2f
diff --git a/core/hdd/inc/wlan_hdd_cfg.h b/core/hdd/inc/wlan_hdd_cfg.h
index c994e2d..f307605 100644
--- a/core/hdd/inc/wlan_hdd_cfg.h
+++ b/core/hdd/inc/wlan_hdd_cfg.h
@@ -1898,7 +1898,7 @@
 #define CFG_THERMAL_MIGRATION_ENABLE_NAME      "gThermalMitigationEnable"
 #define CFG_THERMAL_MIGRATION_ENABLE_MIN       (0)
 #define CFG_THERMAL_MIGRATION_ENABLE_MAX       (1)
-#define CFG_THERMAL_MIGRATION_ENABLE_DEFAULT   (1)
+#define CFG_THERMAL_MIGRATION_ENABLE_DEFAULT   (0)
 
 #define CFG_THROTTLE_PERIOD_NAME               "gThrottlePeriod"
 #define CFG_THROTTLE_PERIOD_MIN                (10)