Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cffa90d0 authored by Yue Ma's avatar Yue Ma
Browse files

cnss: Update pre-allocation table



Update pre-allocation table in order to fulfill latest WLAN host driver.
This will avoid failing to get enough large chucks of memory when other
same size pre-allocated memory are in use during driver load.

Change-Id: Ib4a7a1f2d0e99bdf8a16d0d3674a24ee8cb3782c
CRs-fixed: 752152
Signed-off-by: default avatarYue Ma <yuem@codeaurora.org>
parent e565ee19
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -87,6 +87,8 @@ static struct wcnss_prealloc wcnss_allocs[] = {
	{0, 32 * 1024, NULL},
	{0, 64 * 1024, NULL},
	{0, 64 * 1024, NULL},
	{0, 64 * 1024, NULL},
	{0, 64 * 1024, NULL},
	{0, 76 * 1024, NULL},
};