net: cnss_prealloc: Add memory for high latency SDIO interface
wlan driver transport layer pdev handler needs 128kb pre allocated memory in a single block memory allocation for transmit/receive descriptor initialization in wlan startup for the wlan module with high latency(SDIO) based hardware interface. CRs-Fixed: 978073 Change-Id: I0dbe047a7b64e96bf32470702d1b3e3088bffcf7 Signed-off-by: Sarada Prasanna Garnayak <sgarna@codeaurora.org>
This commit is contained in:
parent
112e4366ae
commit
8a8cf1caab
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,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)
|
||||
|
|
Loading…
Add table
Reference in a new issue