diff options
| author | Kalle Valo <[email protected]> | 2009-11-17 18:48:45 +0200 |
|---|---|---|
| committer | John W. Linville <[email protected]> | 2009-11-18 17:09:20 -0500 |
| commit | c74ddfd5ea9c0c67d0aae77eeb5b610188cb8bc4 (patch) | |
| tree | 83b9b65950079b8c4d1ee1428009fa4832791fd8 /tools/perf/scripts/python | |
| parent | d5da79ac1f5050cccaa68d814ccce292371f25fa (diff) | |
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 <[email protected]>
Reviewed-by: Vidhya Govindan <[email protected]>
Signed-off-by: Luciano Coelho <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions