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