From d29b507582342eab451df144d682171c762a57f6 Mon Sep 17 00:00:00 2001 From: jinbao liu Date: Wed, 22 Mar 2023 20:18:34 -0700 Subject: [PATCH] qcacmn: Shorten DP_REO_STATUS_STATS_TIMEOUT to 100ms Currently we have a 850ms timeout threshold not to block upper APPs, but this could contribute to some query timeout. To address this issue, this change changes the timeout threshold from 850ms to 100ms. Change-Id: Ibb39609000972d09713a0435b4884454b331fe4f CRs-Fixed: 3436517 --- dp/wifi3.0/dp_rings_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dp/wifi3.0/dp_rings_main.c b/dp/wifi3.0/dp_rings_main.c index 2172431ff0..c1cec23ec8 100644 --- a/dp/wifi3.0/dp_rings_main.c +++ b/dp/wifi3.0/dp_rings_main.c @@ -4146,7 +4146,7 @@ QDF_STATUS dp_runtime_resume(struct cdp_soc_t *soc_hdl, uint8_t pdev_id) #ifdef WLAN_FEATURE_STATS_EXT /* rx hw stats event wait timeout in ms */ -#define DP_REO_STATUS_STATS_TIMEOUT 850 +#define DP_REO_STATUS_STATS_TIMEOUT 100 /** * dp_rx_hw_stats_cb() - request rx hw stats response callback