diff options
| author | Kabilan Kannan <kabilank@codeaurora.org> | 2018-01-23 15:03:49 -0800 |
|---|---|---|
| committer | snandini <snandini@codeaurora.org> | 2018-01-25 12:30:53 -0800 |
| commit | 4cc98b0dcebdbba51ae35b8fafe10ffe3d5e3ec2 (patch) | |
| tree | ed187e723d40629fe573d73f67203ec4e0071ee6 | |
| parent | 472a4f6cd7e9888c4ac5e7642af16ac9679810ee (diff) | |
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
| -rw-r--r-- | htc/htc_recv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htc/htc_recv.c b/htc/htc_recv.c index 574932baf6bd..ca32848da19a 100644 --- a/htc/htc_recv.c +++ b/htc/htc_recv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 The Linux Foundation. All rights reserved. + * Copyright (c) 2013-2018 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -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) |
