Skip to content
Snippets Groups Projects
Commit 99b88a0e authored by Tejun Heo's avatar Tejun Heo Committed by John W. Linville
Browse files

mac80211: cancel restart_work explicitly instead of depending on flush_scheduled_work()


iee80211_hw->restart_work is the only work which uses the system
workqueue.  Instead of calling flush_scheduled_work() during
iee80211_exit(), cancel the work during unregistration.

This is to prepare for the deprecation and removal of
flush_scheduled_work().

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 229aebb8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment