summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGovind Singh <govinds@qti.qualcomm.com>2016-03-21 18:11:02 +0530
committerAnjaneedevi Kapparapu <akappa@codeaurora.org>2016-03-30 12:36:41 +0530
commit8011b11bd3c410c6df2295501d53d5ed9d2fa1dd (patch)
tree98b886e50031817a98328f053d366cc3124a1517
parentce9fb49f08f12596abccf12641c853855529575e (diff)
qcacld-2.0: Increase htc rx control timeout to 5sec
Increase htc rx control timeout to accomodate fw latency to trigger target assert in case of invalid htc packet transmitted from host. Change-Id: I16c7a148c421c6ef989ebde1ec0ad317d935345a CRs-Fixed: 993187
-rw-r--r--CORE/SERVICES/HTC/htc_recv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/CORE/SERVICES/HTC/htc_recv.c b/CORE/SERVICES/HTC/htc_recv.c
index 1efb52ce096e..fa6347b9cd20 100644
--- a/CORE/SERVICES/HTC/htc_recv.c
+++ b/CORE/SERVICES/HTC/htc_recv.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013-2015 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2016 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -33,7 +33,7 @@
#include "epping_main.h"
/* HTC Control message receive timeout msec */
-#define HTC_CONTROL_RX_TIMEOUT 3000
+#define HTC_CONTROL_RX_TIMEOUT 5000
#ifdef DEBUG
void DebugDumpBytes(A_UCHAR *buffer, A_UINT16 length, char *pDescription)