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:
@@ -19364,7 +19364,7 @@ void wlan_hdd_init_chan_info(struct hdd_context *hdd_ctx)
|
|||||||
|
|
||||||
hdd_ctx->chan_info = NULL;
|
hdd_ctx->chan_info = NULL;
|
||||||
if (!hdd_ctx->config->fEnableSNRMonitoring) {
|
if (!hdd_ctx->config->fEnableSNRMonitoring) {
|
||||||
hdd_info("SNR monitoring is disabled");
|
hdd_debug("SNR monitoring is disabled");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user