Bläddra i källkod

qcacld-3.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
Ahmad Kholaif 9 år sedan
förälder
incheckning
30a966ecd7
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      target/inc/wlan_defs.h

+ 2 - 2
target/inc/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.
  *
@@ -699,7 +699,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