Files
linux/include
Johannes Berg c771c9d8da mac80211: add interface list lock
Using only the RTNL has a number of problems, most notably that
ieee80211_iterate_active_interfaces() and other interface list
traversals cannot be done from the internal workqueue because it
needs to be flushed under the RTNL.

This patch introduces a new mutex that protects the interface list
against modifications. A more detailed explanation is part of the
code change.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-01-29 16:01:45 -05:00
..
2008-12-25 11:05:13 +11:00
2009-01-22 17:53:05 +10:00
2008-11-14 10:39:13 +11:00
2008-10-22 22:09:59 -07:00
2009-01-29 16:01:45 -05:00