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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user