aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/Kconfig
diff options
context:
space:
mode:
authorIvo van Doorn <ivdoorn@gmail.com>2008-06-24 19:23:36 +0200
committerJohn W. Linville <linville@tuxdriver.com>2008-06-27 09:09:20 -0400
commit428da76523e4a9c08bdfadc25a05b520f19b9133 (patch)
tree4fcdffdd45b38e81f11631867aaf75db676e3b9c /drivers/net/wireless/iwlwifi/Kconfig
parentf37d08bddc5cb8de18e55f2b0a401b3eb6269af4 (diff)
mac80211: Add RTNL warning for workqueue
The workqueue provided by mac80211 should not be used for scheduled tasks that acquire the RTNL lock. This could be done when the driver uses the function ieee80211_iterate_active_interfaces() within the scheduled work. Such behavior will end in locking dependencies problems when an interface is being removed. This patch will add a notification about the RTNL locking and the mac80211 workqueue to prevent driver developers from blindly using it. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Acked-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/Kconfig')
0 files changed, 0 insertions, 0 deletions