X86 driver is failed to load due to DMA malloc size limitations. Increase the maximum DMA malloc size for X86 driver. Change-Id: I5d3a0138a61751e924183b7175a0b565cffd4eb4 CRs-Fixed: 2188749
@@ -61,7 +61,7 @@
#include <qdf_list.h>
/* Preprocessor Definitions and Constants */
-#define QDF_MEM_MAX_MALLOC (1024 * 1024) /* 1MiB */
+#define QDF_MEM_MAX_MALLOC (4096 * 1024) /* 4 Mega Bytes */
#define QDF_MEM_WARN_THRESHOLD 300 /* ms */
static qdf_list_t qdf_mem_domains[QDF_DEBUG_DOMAIN_COUNT];