Explorar el Código

qcacld-3.0: Reduce SNR monitoring log

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

Change-Id: If2779ef469894f1c7982cda7e7b48ddc1c0e5b7c
CRs-Fixed: 2297425
Dustin Brown hace 6 años
padre
commit
3111677bb2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/hdd/src/wlan_hdd_cfg80211.c

+ 1 - 1
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;
 	}