Преглед на файлове

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
jinbao liu преди 2 години
родител
ревизия
d29b507582
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      dp/wifi3.0/dp_rings_main.c

+ 1 - 1
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