summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDustin Brown <dustinb@codeaurora.org>2017-04-20 17:07:22 -0700
committersnandini <snandini@codeaurora.org>2017-04-21 20:30:18 -0700
commitb5cd2913643a58340f13c8a7548736cb00f533d5 (patch)
tree2129c16fbe716dcc57c9de7d960354ca4f45653b
parent15622309107f56038cd679798a1572ed3fbef573 (diff)
qcacmn: Change max queued WMI commands to 1024
Increase the maximum number of queued WMI commands to 1024, up from 256. Change-Id: I79e2f0d835bf9e91bfa4e8ec3eed8391b9540c1b CRs-Fixed: 2036638
-rw-r--r--wmi/inc/wmi_unified_priv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/wmi/inc/wmi_unified_priv.h b/wmi/inc/wmi_unified_priv.h
index e54330e4114e..546a01e09e4e 100644
--- a/wmi/inc/wmi_unified_priv.h
+++ b/wmi/inc/wmi_unified_priv.h
@@ -40,11 +40,7 @@
#include "qdf_atomic.h"
#define WMI_UNIFIED_MAX_EVENT 0x100
-#ifdef CONFIG_MCL
-#define WMI_MAX_CMDS 256
-#else
#define WMI_MAX_CMDS 1024
-#endif
typedef qdf_nbuf_t wmi_buf_t;