From: Johannes Berg Date: Mon, 20 Apr 2009 22:30:49 +0000 (+0200) Subject: mac80211: fix IBSS code to not sleep while atomic X-Git-Tag: v2.6.31-rc1~330^2~568^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29b4a4f7c7b588b5568edd0da42f38623b81fc66;p=pandora-kernel.git mac80211: fix IBSS code to not sleep while atomic With the RCU locking here we sleep while in an atomic context, since we can sleep just use mutex locking for the interface list instead of RCU. Sorry, seems I didn't get that in my UML test. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed