From: Vivek Natarajan Date: Wed, 28 Mar 2012 13:51:25 +0000 (+0530) Subject: ath6kl: Use vmalloc instead of kmalloc for fw X-Git-Tag: v3.5-rc1~109^2~410^2~128^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8437754c83351d6213c1a47ff029c1126d6042a7;p=pandora-kernel.git 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 Signed-off-by: Vivek Natarajan Signed-off-by: Kalle Valo --- Reading git-diff-tree failed