commit | fdc8f43b5e49b64b251bb48da95193a13ac0132f | [log] [tgz] |
---|---|---|
author | Michael Buesch <mb@bu3sch.de> | Tue Jul 31 20:41:04 2007 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Aug 06 15:06:03 2007 -0400 |
tree | 802edd7045beb8b00b344f40368751f8abfcd9e6 | |
parent | 69dad6e563140ce8578749a8c8651b7f1db8cdbc [diff] |
[PATCH] softmac: Fix deadlock of wx_set_essid with assoc work 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>