]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mac80211: flush workqueue a second time in suspend()
authorBob Copeland <me@bobcopeland.com>
Sat, 24 Jan 2009 18:21:14 +0000 (13:21 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 21:01:42 +0000 (16:01 -0500)
commite874e6585539f6706b8e5f96125c9fca89cce716
treee934e488406b2de0c82e138601ff38243f13ca1f
parent30d3ef41b4395d9bee5f481395eef2d3b8b6ee50
mac80211: flush workqueue a second time in suspend()

Drivers can theoretically queue more work in one of their callbacks
from mac80211 suspend, so let's flush it once more to be on the safe
side, just before calling ->stop().

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/pm.c