tifm: replace per-adapter kthread with freezeable workqueue
authorAlex Dubov <oakad@yahoo.com>
Thu, 12 Apr 2007 06:59:15 +0000 (16:59 +1000)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 1 May 2007 11:04:13 +0000 (13:04 +0200)
Freezeable workqueue makes sure that adapter work items (device insertions
and removals) would be handled after the system is fully resumed. Previously
this was achieved by explicit freezing of the kthread.

Signed-off-by: Alex Dubov <oakad@yahoo.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>

No differences found