소스 검색

qcacmn: Increase the HTC control msg timeout

Firmware needs 6 seconds timeout for HTC control
messages.
Increase the HTC control message timeout to 6
seconds

Change-Id: I79a843afe028098a9cb7e98c274b54132357c76b
CRs-Fixed: 2170953
Kabilan Kannan 7 년 전
부모
커밋
24895ade0c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      htc/htc_recv.c

+ 1 - 1
htc/htc_recv.c

@@ -30,7 +30,7 @@
 #include <qdf_nbuf.h>           /* qdf_nbuf_t */
 
 /* HTC Control message receive timeout msec */
-#define HTC_CONTROL_RX_TIMEOUT     3000
+#define HTC_CONTROL_RX_TIMEOUT     6000
 
 #if defined(WLAN_DEBUG) || defined(DEBUG)
 void debug_dump_bytes(uint8_t *buffer, uint16_t length, char *pDescription)