mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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 <rongjun.chen@amlogic.com>
This commit is contained in:
committed by
Jianxin Pan
parent
8d1a49648c
commit
4fb417cd03
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user