From b6cf6a60cc349e0a061f02f3f293c6de053281cf Mon Sep 17 00:00:00 2001 From: Rongjun Chen Date: Tue, 19 Dec 2017 13:57:17 +0800 Subject: [PATCH] PD# 156339 wifi: add prealloc mem size to fix vts test fail Change-Id: I2c401e01c835626c16b271fc37d04a471e8d465a Signed-off-by: Rongjun Chen --- drivers/amlogic/wifi/dhd_static_buf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/amlogic/wifi/dhd_static_buf.c b/drivers/amlogic/wifi/dhd_static_buf.c index 25c526b..aa64dc3 100644 --- a/drivers/amlogic/wifi/dhd_static_buf.c +++ b/drivers/amlogic/wifi/dhd_static_buf.c @@ -65,7 +65,7 @@ enum dhd_prealloc_index { #define DHD_PREALLOC_OSL_BUF_SIZE (STATIC_BUF_MAX_NUM * STATIC_BUF_SIZE) #define DHD_PREALLOC_WIPHY_ESCAN0_SIZE (64 * 1024) #define DHD_PREALLOC_DHD_INFO_SIZE (30 * 1024) -#define DHD_PREALLOC_MEMDUMP_RAM_SIZE (768 * 1024) +#define DHD_PREALLOC_MEMDUMP_RAM_SIZE (800 * 1024) #define DHD_PREALLOC_DHD_WLFC_HANGER_SIZE (73 * 1024) #define DHD_PREALLOC_WL_ESCAN_INFO_SIZE (66 * 1024) #ifdef CONFIG_64BIT -- 2.7.4