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
This commit is contained in:

committed by
Madan Koyyalamudi

parent
1cfaea506b
commit
d29b507582
@@ -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
|
||||
|
Reference in New Issue
Block a user