cnss_prealloc: Update pre-alloc table

Update pre-alloc table with new memory requirement from WLAN
functional driver.

Change-Id: I2edc8ca0d2361e51f83af405c7d97fba91bf96f5
CRs-fixed: 2017525
Signed-off-by: Prashanth Bhatta <bhattap@codeaurora.org>
This commit is contained in:
Prashanth Bhatta 2017-03-08 17:15:37 -08:00
parent 647076b679
commit 263cd95ba4

View file

@ -98,6 +98,7 @@ static struct wcnss_prealloc wcnss_allocs[] = {
{0, 64 * 1024, NULL}, {0, 64 * 1024, NULL},
{0, 64 * 1024, NULL}, {0, 64 * 1024, NULL},
{0, 64 * 1024, NULL}, {0, 64 * 1024, NULL},
{0, 64 * 1024, NULL},
{0, 128 * 1024, NULL}, {0, 128 * 1024, NULL},
{0, 128 * 1024, NULL}, {0, 128 * 1024, NULL},
}; };