diff options
| author | Ahmad Kholaif <akholaif@qca.qualcomm.com> | 2016-01-22 11:44:12 -0800 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-02-01 15:01:56 +0530 |
| commit | 636585dd67d8c3b82ed005459008c4026aed0929 (patch) | |
| tree | 9fc5dab5eb240526ecca7872ed44b02d52e4ee9f | |
| parent | d1c9fa55d1ba72b73a2daf5d4af339f176cb9e84 (diff) | |
qcacld-2.0: CL 1449067 update fw common interface files
Increase WHAL_DBG_CMD_RESULT_MAXCNT from 10 --> 11 (affects Helium only).
Change-Id: Id03083d3e791f7f5d3036b458e4a228765170553
CRs-fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wlan_defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CORE/SERVICES/COMMON/wlan_defs.h b/CORE/SERVICES/COMMON/wlan_defs.h index 3b4392e989fe..208f4f6e4b15 100644 --- a/CORE/SERVICES/COMMON/wlan_defs.h +++ b/CORE/SERVICES/COMMON/wlan_defs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2010, 2013-2015 The Linux Foundation. All rights reserved. + * Copyright (c) 2004-2010, 2013-2016 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -671,7 +671,7 @@ typedef struct { #define WHAL_DBG_PHY_ERR_MAXCNT 18 #define WHAL_DBG_SIFS_STATUS_MAXCNT 8 #define WHAL_DBG_SIFS_ERR_MAXCNT 8 -#define WHAL_DBG_CMD_RESULT_MAXCNT 10 +#define WHAL_DBG_CMD_RESULT_MAXCNT 11 #define WHAL_DBG_CMD_STALL_ERR_MAXCNT 4 #define WHAL_DBG_FLUSH_REASON_MAXCNT 40 |
