commit | 0ec0b7ac3cdfb8635d75aead5733f7a424ea4ad3 | [log] [tgz] |
---|---|---|
author | Michael Wu <flamingice@sourmilk.net> | Fri Jul 27 15:43:24 2007 +0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:47:40 2007 -0700 |
tree | e9f3a2cf668c41112b98297a4bac870104cc5e6f | |
parent | d9430a32886f70c0c16d67c525f6cda2df7906ee [diff] |
[MAC80211]: use more GFP_KERNEL instead of GFP_ATOMIC This patch replaces atomic allocations with regular ones where possible. Merged with "revert some GFP_ATOMIC -> GFP_KERNEL changes" from Michael Wu: > Some of the allocations made with GFP_ATOMIC really were necessary. Signed-off-by: Michael Wu <flamingice@sourmilk.net> Signed-off-by: Jiri Benc <jbenc@suse.cz> Signed-off-by: John W. Linville <linville@tuxdriver.com>