From: Senthil Balasubramanian Date: Fri, 6 Mar 2009 05:54:08 +0000 (+0530) Subject: ath9k: Get rid of unnecessary ATOMIC memory alloc during init time X-Git-Tag: v2.6.30-rc1~662^2~195^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0e6ce13c17afd74a49e0ef043d72581562f73ae;p=pandora-kernel.git ath9k: Get rid of unnecessary ATOMIC memory alloc during init time We can sleep for memory during init time and so allocating rx buffers, descriptro buffers with GFP_KERNEL should help us to get rid of transient alloc fails. Signed-off-by: Senthil Balasubramanian Signed-off-by: John W. Linville --- Reading git-diff-tree failed