From: Michael Buesch Date: Tue, 31 Jul 2007 18:41:04 +0000 (+0200) Subject: [PATCH] softmac: Fix deadlock of wx_set_essid with assoc work X-Git-Tag: v2.6.23-rc3~86^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdc8f43b5e49b64b251bb48da95193a13ac0132f;p=pandora-kernel.git [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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed