commit | dc6676b7f2c2072ec05254aaca32e99f87a8a417 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Mon Mar 31 19:23:03 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Apr 01 17:14:10 2008 -0400 |
tree | 6caf7e007063f9ae6a16fdcb1912bf72d31237c2 | |
parent | 4f6fab472c4c7c21d577f85fabec7628d4a05637 [diff] |
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 <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>