commit | 3540af8ffddcdbc7573451ac0b5cd57a2eaf8af5 | [log] [tgz] |
---|---|---|
author | Alex Dubov <oakad@yahoo.com> | Thu Apr 12 16:59:15 2007 +1000 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Tue May 01 13:04:13 2007 +0200 |
tree | 387b17747358710e15e06dc48884b9f333fc1729 | |
parent | e23f2b8a1a52c00f0150659eb0bfde3a73976ffe [diff] |
tifm: replace per-adapter kthread with freezeable workqueue 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>