From: Jouni Malinen Date: Sat, 18 Apr 2009 18:53:15 +0000 (+0300) Subject: nl80211: Make nl80211_send_mlme_event() atomic X-Git-Tag: v2.6.30-rc4~68^2~25^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d91c01c757bd9659ac10549504586fae610265a4;p=pandora-kernel.git nl80211: Make nl80211_send_mlme_event() atomic One of the code paths sending deauth/disassoc events ends up calling this function with rcu_read_lock held, so we must use GFP_ATOMIC in allocation routines. Reported-by: Johannes Berg Signed-off-by: Jouni Malinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed