]> git.baikalelectronics.ru Git - kernel.git/commit
[MAC80211]: use more GFP_KERNEL instead of GFP_ATOMIC
authorMichael Wu <flamingice@sourmilk.net>
Fri, 27 Jul 2007 13:43:24 +0000 (15:43 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:47:40 +0000 (16:47 -0700)
commit37b37d2ac45a2a354c12ef99d5eb40ce5213c938
treee9f3a2cf668c41112b98297a4bac870104cc5e6f
parent781d970c90b3bd10896984209dcb9d73fc59b46c
[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>
net/mac80211/ieee80211_sta.c