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

Commit 987969cd authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cnss: Update pre-allocation table"

parents d917a1ce 3fb0e6a4
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -31,6 +31,10 @@ static struct wcnss_prealloc wcnss_allocs[] = {
	{0, 8  * 1024, NULL},
	{0, 8  * 1024, NULL},
	{0, 8  * 1024, NULL},
	{0, 8  * 1024, NULL},
	{0, 8  * 1024, NULL},
	{0, 12 * 1024, NULL},
	{0, 12 * 1024, NULL},
	{0, 12 * 1024, NULL},
	{0, 12 * 1024, NULL},
	{0, 12 * 1024, NULL},
@@ -63,6 +67,10 @@ static struct wcnss_prealloc wcnss_allocs[] = {
	{0, 12 * 1024, NULL},
	{0, 12 * 1024, NULL},
	{0, 12 * 1024, NULL},
	{0, 12 * 1024, NULL},
	{0, 12 * 1024, NULL},
	{0, 16 * 1024, NULL},
	{0, 16 * 1024, NULL},
	{0, 16 * 1024, NULL},
	{0, 16 * 1024, NULL},
	{0, 16 * 1024, NULL},
@@ -124,7 +132,6 @@ void *wcnss_prealloc_get(unsigned int size)
		}
	}
	spin_unlock_irqrestore(&alloc_lock, flags);
	WARN_ON(1);
	pr_err("wcnss: %s: prealloc not available for size: %d\n",
			__func__, size);