[PATCH] softmac: Fix deadlock of wx_set_essid with assoc work
authorMichael Buesch <mb@bu3sch.de>
Tue, 31 Jul 2007 18:41:04 +0000 (20:41 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 6 Aug 2007 19:06:03 +0000 (15:06 -0400)
The essid wireless extension does deadlock against the assoc mutex,
as we don't unlock the assoc mutex when flushing the workqueue, which
also holds the lock.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found