From: Rongjun Chen Date: Fri, 4 Jan 2019 03:55:48 +0000 (+0800) Subject: WIFI: add mem size for bcm wifi [2/5] X-Git-Tag: hardkernel-4.9.236-104~1900 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4fb417cd03ce152598674c3c58eaf89b8d16be11;p=platform%2Fkernel%2Flinux-amlogic.git 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 --- 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)