Browse Source

qcacld-3.0: Rename HDD identifier advertiseConcurrentOperation

The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier advertiseConcurrentOperation to be compliant.

Change-Id: I398a3a80caaafbb273a647b4c0b1f374db94d944
CRs-Fixed: 2418188
Jeff Johnson 6 years ago
parent
commit
15a88acfde
3 changed files with 3 additions and 3 deletions
  1. 1 1
      core/hdd/inc/wlan_hdd_cfg.h
  2. 1 1
      core/hdd/src/wlan_hdd_cfg80211.c
  3. 1 1
      core/hdd/src/wlan_hdd_main.c

+ 1 - 1
core/hdd/inc/wlan_hdd_cfg.h

@@ -117,7 +117,7 @@ struct hdd_config {
 	bool enable_mtrace;
 #endif
 	bool fEnableSNRMonitoring;
-	bool advertiseConcurrentOperation;
+	bool advertise_concurrent_operation;
 #ifdef DHCP_SERVER_OFFLOAD
 	struct dhcp_server dhcp_server_ip;
 #endif /* DHCP_SERVER_OFFLOAD */

+ 1 - 1
core/hdd/src/wlan_hdd_cfg80211.c

@@ -13258,7 +13258,7 @@ int wlan_hdd_cfg80211_init(struct device *dev,
 	if (QDF_STATUS_SUCCESS !=
 	    ucfg_mlme_get_mcc_feature(hdd_ctx->psoc, &enable_mcc))
 		hdd_err("can't get enable_mcc value, use default");
-	if (config->advertiseConcurrentOperation) {
+	if (config->advertise_concurrent_operation) {
 		if (enable_mcc) {
 			int i;
 

+ 1 - 1
core/hdd/src/wlan_hdd_main.c

@@ -9477,7 +9477,7 @@ static void hdd_cfg_params_init(struct hdd_context *hdd_ctx)
 				cfg_get(psoc, CFG_PROVISION_INTERFACE_POOL);
 	config->derived_intf_pool = cfg_get(psoc, CFG_DERIVED_INTERFACE_POOL);
 	config->action_oui_enable = cfg_get(psoc, CFG_ENABLE_ACTION_OUI);
-	config->advertiseConcurrentOperation =
+	config->advertise_concurrent_operation =
 				cfg_get(psoc,
 					CFG_ADVERTISE_CONCURRENT_OPERATION);
 	qdf_str_lcopy(config->action_oui_str[0],