diff --git a/core/dp/txrx/ol_txrx.c b/core/dp/txrx/ol_txrx.c index b101ecb8dc..2e1f713204 100644 --- a/core/dp/txrx/ol_txrx.c +++ b/core/dp/txrx/ol_txrx.c @@ -4393,7 +4393,7 @@ static ol_txrx_vdev_handle ol_txrx_get_vdev_from_sta_id(uint8_t sta_id) peer = ol_txrx_peer_find_by_local_id((struct cdp_pdev *)pdev, sta_id); if (!peer) { - QDF_TRACE(QDF_MODULE_ID_TXRX, QDF_TRACE_LEVEL_ERROR, + QDF_TRACE(QDF_MODULE_ID_TXRX, QDF_TRACE_LEVEL_INFO_HIGH, "PEER [%d] not found", sta_id); return NULL; } @@ -4473,7 +4473,7 @@ ol_txrx_get_tx_resource(uint8_t sta_id, ol_txrx_vdev_handle vdev = ol_txrx_get_vdev_from_sta_id(sta_id); if (NULL == vdev) { - QDF_TRACE(QDF_MODULE_ID_TXRX, QDF_TRACE_LEVEL_ERROR, + QDF_TRACE(QDF_MODULE_ID_TXRX, QDF_TRACE_LEVEL_INFO_HIGH, "%s: Invalid sta_id %d", __func__, sta_id); /* Return true so caller do not understand that resource * is less than low_watermark.