qcacld-3.0: Rename hdd_context enableSapSuspend field

Per the Linux coding style "mixed-case names are frowned upon" so
rename field enableSapSuspend in struct hdd_context.

Change-Id: I8f5321fa57c01a36df72dec17499969d0848e3dd
CRs-Fixed: 2140344
diff --git a/core/hdd/src/wlan_hdd_cfg.c b/core/hdd/src/wlan_hdd_cfg.c
index c16a90a..4eb061b 100644
--- a/core/hdd/src/wlan_hdd_cfg.c
+++ b/core/hdd/src/wlan_hdd_cfg.c
@@ -3434,7 +3434,7 @@
 #endif /* FEATURE_WLAN_FORCE_SAP_SCC */
 
 	REG_VARIABLE(CFG_ENABLE_SAP_SUSPEND, WLAN_PARAM_Integer,
-		     struct hdd_config, enableSapSuspend,
+		     struct hdd_config, enable_sap_suspend,
 		     VAR_FLAGS_OPTIONAL | VAR_FLAGS_RANGE_CHECK_ASSUME_DEFAULT,
 		     CFG_ENABLE_SAP_SUSPEND_DEFAULT,
 		     CFG_ENABLE_SAP_SUSPEND_MIN,
@@ -6540,7 +6540,7 @@
 		  hdd_ctx->config->enableSelfRecovery);
 
 	hdd_debug("Name = [gEnableSapSuspend] Value = [%u]",
-		  hdd_ctx->config->enableSapSuspend);
+		  hdd_ctx->config->enable_sap_suspend);
 
 #ifdef WLAN_FEATURE_EXTWOW_SUPPORT
 	hdd_debug("Name = [gExtWoWgotoSuspend] Value = [%u]",