From 4fb417cd03ce152598674c3c58eaf89b8d16be11 Mon Sep 17 00:00:00 2001 From: Rongjun Chen Date: Fri, 4 Jan 2019 11:55:48 +0800 Subject: [PATCH] WIFI: add mem size for bcm wifi [2/5] PD#SWPL-3773 Problem: wifi open fail issue Solution: add mem size to fix wifi open fail issue Verify: r311 Change-Id: Iab6cd8664026639f5aae108a3bd84faa38708487 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 5a5ccd3e..5ab937e 100644 --- a/drivers/amlogic/wifi/dhd_static_buf.c +++ b/drivers/amlogic/wifi/dhd_static_buf.c @@ -92,7 +92,7 @@ enum dhd_prealloc_index { #define WLAN_DHD_IF_FLOW_LKUP_SIZE (64 * 1024) #else #define WLAN_DHD_INFO_BUF_SIZE (16 * 1024) -#define WLAN_DHD_WLFC_BUF_SIZE (24 * 1024) +#define WLAN_DHD_WLFC_BUF_SIZE (29 * 1024) #define WLAN_DHD_IF_FLOW_LKUP_SIZE (20 * 1024) #endif /* CONFIG_64BIT */ #define WLAN_DHD_MEMDUMP_SIZE (800 * 1024) -- 2.7.4