diff options
author | Kalle Valo <kalle.valo@nokia.com> | 2009-11-17 16:48:45 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-11-18 22:09:20 (GMT) |
commit | c74ddfd5ea9c0c67d0aae77eeb5b610188cb8bc4 (patch) | |
tree | 83b9b65950079b8c4d1ee1428009fa4832791fd8 /drivers/zorro/Makefile | |
parent | d5da79ac1f5050cccaa68d814ccce292371f25fa (diff) | |
download | linux-fsl-qoriq-c74ddfd5ea9c0c67d0aae77eeb5b610188cb8bc4.tar.xz |
wl1251: allocate space for firmware with vmalloc()
Earlier firmware was stored to a memory area allocated with kmalloc()
but finding a a contiguous area of memory long enough for the firmware is
very difficult in certain cases. better to allocate the memory for firmware
with vmalloc() instead and use a small buffer for DMA transfers.
Thanks to Eero Tamminen for the idea.
Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Reviewed-by: Vidhya Govindan <vidhya.govindan@nokia.com>
Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/zorro/Makefile')
0 files changed, 0 insertions, 0 deletions