brcmfmac: Limit memory allocs to <64K
authorHante Meuleman <meuleman@broadcom.com>
Wed, 17 Feb 2016 10:26:51 +0000 (11:26 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 7 Mar 2016 12:14:42 +0000 (14:14 +0200)
commitd536733442d14664437dc9c3ec993d97b5a4f1b1
tree9adbdf53e09be7c112979fb77c9de286c35ee3ee
parenta9eb0c4b73e7287074dfabd84337ea1a49976a3d
brcmfmac: Limit memory allocs to <64K

Some systems have problems with allocating memory allocation larger
then 64K. Often on unload/load or suspend/resume a failure is
reported: Could not allocate wiphy device. This patch makes the
escan intermediate storage buf dynamically allocated, and smaller
than 64K.

Reviewed-by: Arend Van Spriel <arend@broadcom.com>
Reviewed-by: Franky (Zhenhui) Lin <frankyl@broadcom.com>
Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
Signed-off-by: Hante Meuleman <meuleman@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.h
This page took 0.025014 seconds and 5 git commands to generate.