commit | 8437754c83351d6213c1a47ff029c1126d6042a7 | [log] [tgz] |
---|---|---|
author | Vivek Natarajan <nataraja@qca.qualcomm.com> | Wed Mar 28 19:21:25 2012 +0530 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Apr 03 21:26:01 2012 +0300 |
tree | 5b9f184f7f5ac450feaf68d15a0f4cb9e07a2a03 | |
parent | f599359cb97425b034b41e8d4a1a86eaa151972c [diff] |
ath6kl: Use vmalloc instead of kmalloc for fw Sometimes it has been observed that allocating a contiguous memory of more than 100K fails with kmalloc. This has been modified to use vmalloc instead. Signed-off-by: PingYang Zhang <pingzhan@qca.qualcomm.com> Signed-off-by: Vivek Natarajan <nataraja@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>