commit | f0e6ce13c17afd74a49e0ef043d72581562f73ae | [log] [tgz] |
---|---|---|
author | Senthil Balasubramanian <senthilkumar@atheros.com> | Fri Mar 06 11:24:08 2009 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Mar 16 18:09:30 2009 -0400 |
tree | 51882c6e4718a898b7592d4cc7e4c13679ae2f3b | |
parent | ec329acef99ded8dad59e1ef8a5a02b823083353 [diff] |
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 <senthilkumar@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>