From: Hauke Mehrtens Date: Fri, 18 May 2012 18:22:53 +0000 (+0200) Subject: brcmfmac: use vmalloc to allocate mem for the firmware X-Git-Tag: v3.5-rc1~35^2~3^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edb9bc9a1e08f54adfdb4f4d31bca5a15aeb8ef0;p=pandora-kernel.git brcmfmac: use vmalloc to allocate mem for the firmware The firmware is more than 300KB big and you should not use kmalloc for such big allocations. This allocation with kmalloc failed on my mips based device (BCM47186). Signed-off-by: Hauke Mehrtens Acked-by: Franky Lin Signed-off-by: John W. Linville --- Reading git-diff-tree failed