mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
WIFI: fix wifi disable issue when suspend [2/2]
PD#168416: increase the mem size Change-Id: Ib5fac2941b870c6d3dcca320adef17893bb1ec78 Signed-off-by: Rongjun Chen <rongjun.chen@amlogic.com>
This commit is contained in:
@@ -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 (800 * 1024)
|
||||
#define DHD_PREALLOC_MEMDUMP_RAM_SIZE (898 * 1024)
|
||||
#define DHD_PREALLOC_DHD_WLFC_HANGER_SIZE (73 * 1024)
|
||||
#define DHD_PREALLOC_WL_ESCAN_INFO_SIZE (66 * 1024)
|
||||
#ifdef CONFIG_64BIT
|
||||
|
||||
Reference in New Issue
Block a user