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
This commit is contained in:
Dustin Brown
2017-04-20 17:07:22 -07:00
committed by snandini
parent e542fe1343
commit 51fd545c40

View File

@@ -47,11 +47,7 @@
#endif
#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;