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

Commit 6897f46d authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cnss_prealloc: Add a 128kB to prealloc pool"

parents 544a9862 331e40d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ static struct wcnss_prealloc wcnss_allocs[] = {
	{0, 64 * 1024, NULL},
	{0, 64 * 1024, NULL},
	{0, 128 * 1024, NULL},
	{0, 128 * 1024, NULL},
};

int wcnss_prealloc_init(void)