浏览代码

qcacmn: Change debug level of WSI stats prints

This change reduces the debug level of WSI stats prints

Change-Id: Icfdcd1f8b60afbb3b242ed034ae88e1975222773
CRs-Fixed: 3636955
Srinivas Pitla 1 年之前
父节点
当前提交
c94e9f1b4d
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      umac/mlo_mgr/src/wlan_mlo_mgr_peer.c

+ 3 - 3
umac/mlo_mgr/src/wlan_mlo_mgr_peer.c

@@ -2558,14 +2558,14 @@ wlan_mlo_peer_wsi_link_update(struct wlan_mlo_peer_context *ml_peer, bool add)
 	for (i = 0, j = 0; i < MAX_MLO_LINK_PEERS; i++) {
 		peer_entry = &ml_peer->peer_list[i];
 		if (!peer_entry->link_peer) {
-			mlo_err("link peer is null");
+			mlo_debug("link peer is null");
 			continue;
 		}
 
 		psoc = wlan_peer_get_psoc(peer_entry->link_peer);
 		if (!mlo_get_wsi_stats_info_support(psoc)) {
-			mlo_info("WSI stats support is not enabled on psoc %d",
-				 wlan_psoc_get_id(psoc));
+			mlo_debug("WSI stats support is not enabled on psoc %d",
+				  wlan_psoc_get_id(psoc));
 			return QDF_STATUS_E_INVAL;
 		}