commit | edb9bc9a1e08f54adfdb4f4d31bca5a15aeb8ef0 | [log] [tgz] |
---|---|---|
author | Hauke Mehrtens <hauke@hauke-m.de> | Fri May 18 20:22:53 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri May 25 11:16:16 2012 -0400 |
tree | 23b4683dc5897953fb92088301264c7ddc3ac23a | |
parent | 885ba1da689299ec52e646ca1a2429b8de55f364 [diff] |
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 <hauke@hauke-m.de> Acked-by: Franky Lin <frankyl@broadcom.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>