diff --git a/dp/wifi3.0/dp_tx.c b/dp/wifi3.0/dp_tx.c index a4a93e6af2..852e0e4870 100644 --- a/dp/wifi3.0/dp_tx.c +++ b/dp/wifi3.0/dp_tx.c @@ -4166,7 +4166,7 @@ void dp_tx_comp_process_tx_status(struct dp_soc *soc, (ts->status == HAL_TX_TQM_RR_REM_CMD_REM)); if (!peer) { - dp_err_rl("peer is null or deletion in progress"); + dp_info_rl("peer is null or deletion in progress"); DP_STATS_INC_PKT(soc, tx.tx_invalid_peer, 1, length); goto out; }