From 51fd545c407b72e6e66f7e82e02d91f2276efde9 Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Thu, 20 Apr 2017 17:07:22 -0700 Subject: [PATCH] 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 --- wmi_unified_priv.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wmi_unified_priv.h b/wmi_unified_priv.h index 65ba18ab7d..83959c6c79 100644 --- a/wmi_unified_priv.h +++ b/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;