Commit 2dab7d22 authored by John Crispin's avatar John Crispin Committed by Kalle Valo
Browse files

ath11k: convert message from info to dbg



We can regularly see the following message.
- "ath11k c000000.wifi1: failed to find the peer with peer_id 4"
This happens when the FW starts sending stats for the peer whilst the
peer is not fully associated. Convert this info message to a debug one.

Signed-off-by: default avatarShashidhar Lakkavalli <slakkavalli@datto.com>
Signed-off-by: default avatarJohn Crispin <john@phrozen.org>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 9cfbae46
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2621,7 +2621,8 @@ int ath11k_dp_rx_process_mon_status(struct ath11k_base *ab, int mac_id,
		peer = ath11k_peer_find_by_id(ab, ppdu_info.peer_id);

		if (!peer || !peer->sta) {
			ath11k_warn(ab, "failed to find the peer with peer_id %d\n",
			ath11k_dbg(ab, ATH11K_DBG_DATA,
				   "failed to find the peer with peer_id %d\n",
				   ppdu_info.peer_id);
			spin_unlock_bh(&ab->base_lock);
			rcu_read_unlock();