Răsfoiți Sursa

qcacld-3.0: Reduce logs with high occurrence

Several logs show up repeatedly in dmesg. Reduce the following logs to
help avoid spamming dmesg:
 * wlan_ipa_wdi_meter_notifier_cb()
 * hdd_print_netdev_txq_status()
 * hdd_wlan_start_modules()
 * hdd_wlan_stop_modules()
 * csr_nonscan_pending_ll_peek_head()
 * sme_qos_statustype()

Change-Id: Ic5ca059f258dee92ffaa4b0ecca47df41b424c11
CRs-Fixed: 2292710
Dustin Brown 7 ani în urmă
părinte
comite
960fca8f0d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      ipa/core/src/wlan_ipa_stats.c

+ 1 - 1
ipa/core/src/wlan_ipa_stats.c

@@ -863,7 +863,7 @@ void wlan_ipa_wdi_meter_notifier_cb(qdf_ipa_wdi_meter_evt_type_t evt,
 	qdf_ipa_set_wifi_quota_t *ipa_set_quota;
 	QDF_STATUS status;
 
-	ipa_info("event=%d", evt);
+	ipa_debug("event=%d", evt);
 
 	iface_ctx = wlan_ipa_get_iface(ipa_ctx, QDF_STA_MODE);
 	if (!iface_ctx) {