]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
softmac: Fix deadlock of wx_set_essid with assoc work
authorMichael Buesch <mb@bu3sch.de>
Tue, 7 Aug 2007 10:20:40 +0000 (12:20 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 15 Aug 2007 16:25:09 +0000 (09:25 -0700)
commit05523f74ed90b7b7d66a6a4a199318fa34a4b0f2
tree6bcb035d2536d3fd9c1d800025b7254ab2b266e5
parentc712842ef701361ed3ee0f50f15797d7369b6628
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: Greg Kroah-Hartman <gregkh@suse.de>
net/ieee80211/softmac/ieee80211softmac_wx.c