From: Johannes Berg Date: Tue, 11 Nov 2008 10:28:04 +0000 (+0100) Subject: mac80211: fix notify_mac function X-Git-Tag: v2.6.28-rc5~58^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db7fb86b0ca565cf3537401612581a8158025cc2;p=pandora-kernel.git mac80211: fix notify_mac function The ieee80211_notify_mac() function uses ieee80211_sta_req_auth() which in turn calls ieee80211_set_disassoc() which calls a few functions that need to be able to sleep, so ieee80211_notify_mac() cannot use RCU locking for the interface list and must use rtnl locking instead. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed