소스 검색

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