From: Johannes Berg Date: Mon, 31 Mar 2008 17:23:03 +0000 (+0200) Subject: mac80211: sta_info_flush() fixes X-Git-Tag: v2.6.26-rc1~1138^2~241 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc6676b7f2c2072ec05254aaca32e99f87a8a417;p=pandora-kernel.git mac80211: sta_info_flush() fixes When the IBSS code tries to flush the STA list, it does so in an atomic context. Flushing isn't safe there, however, and requires the RTNL, so we need to defer it to a workqueue. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed