Browse Source

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
Dustin Brown 8 years ago
parent
commit
51fd545c40
1 changed files with 0 additions and 4 deletions
  1. 0 4
      wmi_unified_priv.h

+ 0 - 4
wmi_unified_priv.h

@@ -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;