Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8371edfe authored by Ryan Hsu's avatar Ryan Hsu Committed by Akash Patel
Browse files

qcacld-3.0: clean up hddLog API in wlan_hdd_green_ap.c

Clean up wlan_hdd_green_ap.c to use the unified hdd logging APIs.

Change-Id: If444137793895dea9b0e0ed894f238ac00363f2d
CRs-fixed: 959696
parent c6c40bad
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
/*
 * Copyright (c) 2014-2015 The Linux Foundation. All rights reserved.
 * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved.
 *
 * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
 *
@@ -414,12 +414,9 @@ void hdd_wlan_green_ap_start_bss(struct hdd_context_s *hdd_ctx)
	 */
	if (hdd_ctx->green_ap_ctx->egap_support && cfg->enable_egap &&
	    cfg->egap_feature_flag) {
		hddLog(LOG1,
		       FL("Set EGAP - enabled: %d, flag: %x, inact_time: %d, wait_time: %d"),
			  cfg->enable_egap,
			  cfg->egap_feature_flag,
			  cfg->egap_inact_time,
			  cfg->egap_wait_time);
		hdd_notice("Set EGAP - enabled: %d, flag: %x, inact_time: %d, wait_time: %d",
			   cfg->enable_egap, cfg->egap_feature_flag,
			   cfg->egap_inact_time, cfg->egap_wait_time);
		if (!sme_send_egap_conf_params(cfg->enable_egap,
					       cfg->egap_inact_time,
					       cfg->egap_wait_time,