From: Johannes Berg Date: Wed, 1 Jul 2009 19:26:47 +0000 (+0200) Subject: cfg80211: use proper allocation flags X-Git-Tag: v2.6.32-rc1~703^2~727 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6d6e3420d511cd7552a95d1f04bd4c80a9ddb34;p=pandora-kernel.git cfg80211: use proper allocation flags Instead of hardcoding GFP_ATOMIC everywhere, add a new function parameter that gets the flags from the caller. Obviously then I need to update all callers (all of them in mac80211), and it turns out that now it's ok to use GFP_KERNEL in almost all places. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed