From 3111677bb226f834b80785cc63ed8447a8c818d1 Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Wed, 15 Aug 2018 14:59:21 -0700 Subject: [PATCH] qcacld-3.0: Reduce SNR monitoring log Reduce an SNR monitoring log in HDD to prevent spamming dmesg. Change-Id: If2779ef469894f1c7982cda7e7b48ddc1c0e5b7c CRs-Fixed: 2297425 --- core/hdd/src/wlan_hdd_cfg80211.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hdd/src/wlan_hdd_cfg80211.c b/core/hdd/src/wlan_hdd_cfg80211.c index 11c5689b15..8069607071 100644 --- a/core/hdd/src/wlan_hdd_cfg80211.c +++ b/core/hdd/src/wlan_hdd_cfg80211.c @@ -19364,7 +19364,7 @@ void wlan_hdd_init_chan_info(struct hdd_context *hdd_ctx) hdd_ctx->chan_info = NULL; if (!hdd_ctx->config->fEnableSNRMonitoring) { - hdd_info("SNR monitoring is disabled"); + hdd_debug("SNR monitoring is disabled"); return; }