From 084f936b71793417fbc31882f1fbd4505a5709f4 Mon Sep 17 00:00:00 2001 From: Jeffin Mammen Date: Fri, 8 Nov 2019 10:07:27 +0530 Subject: [PATCH] qcacmn: Correct message in backpressure event Correct the debug message to print the appropriate ring id when backpressure events are reported Change-Id: I4cb2af9c802469ecd0c38bdd3789439048de876f CRs-Fixed: 2556208 --- dp/wifi3.0/dp_htt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dp/wifi3.0/dp_htt.c b/dp/wifi3.0/dp_htt.c index 3c669ef631..c26b4cc815 100644 --- a/dp/wifi3.0/dp_htt.c +++ b/dp/wifi3.0/dp_htt.c @@ -3673,7 +3673,7 @@ static void dp_htt_bkp_event_alert(u_int32_t *msg_word, struct htt_soc *soc) if (!time_allow_print(radio_tt->umac_ttt, ring_id)) return; dp_htt_alert_print(msg_type, pdev_id, ring_id, hp_idx, tp_idx, - bkp_time, "HTT_SW_RING_TYPE_LMAC"); + bkp_time, "HTT_SW_RING_TYPE_UMAC"); break; case HTT_SW_RING_TYPE_LMAC: if (!time_allow_print(radio_tt->lmac_ttt, ring_id))