linux/drivers/net/wireless/p54
Michael Büsch 2d1618170e p54spi: Fix workqueue deadlock
priv->work must not be synced while priv->mutex is locked, because
the mutex is taken in the work handler.
Move cancel_work_sync down to after the device shutdown code.
This is safe, because the work handler checks fw_state and bails out
early in case of a race.

Signed-off-by: Michael Buesch <m@bues.ch>
Cc: <stable@vger.kernel.org>
Acked-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-11-17 14:40:37 -05:00
..
Kconfig p54spi: Update kconfig help text 2011-03-07 13:51:04 -05:00
Makefile
eeprom.c p54: improve site survey 2011-08-24 14:57:13 -04:00
eeprom.h p54: enhance rssi->dBm database import 2011-02-14 15:52:10 -05:00
fwio.c p54: improve site survey 2011-08-24 14:57:13 -04:00
led.c drivers/net/wireless: Restore upper case words in wiphy_<level> messages 2010-08-18 16:37:44 -04:00
lmac.h p54: implement multicast filter 2011-04-26 15:50:30 -04:00
main.c mac80211: pass vif param to conf_tx() callback 2011-10-03 15:22:41 -04:00
net2280.h
p54.h p54: improve site survey 2011-08-24 14:57:13 -04:00
p54pci.c p54pci: fix -Wunused-but-set-variable warnings 2011-05-10 15:54:48 -04:00
p54pci.h net: remove interrupt.h inclusion from netdevice.h 2011-06-06 22:55:11 -07:00
p54spi.c p54spi: Fix workqueue deadlock 2011-11-17 14:40:37 -05:00
p54spi.h
p54spi_eeprom.h p54spi: update sample eeprom 2011-02-14 15:52:10 -05:00
p54usb.c p54usb: add zoom 4410 usbid 2011-05-16 14:25:27 -04:00
p54usb.h
txrx.c mac80211: implement uAPSD 2011-09-30 15:57:15 -04:00