qcacld-3.0: Reduce SNR monitoring log

Reduce an SNR monitoring log in HDD to prevent spamming dmesg.

Change-Id: If2779ef469894f1c7982cda7e7b48ddc1c0e5b7c
CRs-Fixed: 2297425
This commit is contained in:
Dustin Brown
2018-08-15 14:59:21 -07:00
committed by nshrivas
parent 54e5106397
commit 3111677bb2

View File

@@ -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;
}