linux/drivers/net/wireless/hostap
David S. Miller 4bb073c0e3 net: Eliminate flush_scheduled_work() calls while RTNL is held.
If the RTNL is held when we invoke flush_scheduled_work() we could
deadlock.  One such case is linkwatch, it is a work struct which tries
to grab the RTNL semaphore.

The most common case are net driver ->stop() methods.  The
simplest conversion is to instead use cancel_{delayed_}work_sync()
explicitly on the various work struct the driver uses.

This is an OK transformation because these work structs are doing
things like resetting the chip, restarting link negotiation, and so
forth.  And if we're bringing down the device, we're about to turn the
chip off and reset it anways.  So if we cancel a pending work event,
that's fine here.

Some drivers were working around this deadlock by using a msleep()
polling loop of some sort, and those cases are converted to instead
use cancel_{delayed_}work_sync() as well.

Signed-off-by: David S. Miller <davem@davemloft.net>
2008-06-12 02:22:02 -07:00
..
hostap.h
hostap_80211.h hostap_80211.h: remove duplicate prototype 2008-01-31 19:26:50 -08:00
hostap_80211_rx.c [NET]: Undo code bloat in hot paths due to print_mac(). 2008-04-08 16:50:44 -07:00
hostap_80211_tx.c [NET]: Undo code bloat in hot paths due to print_mac(). 2008-04-08 16:50:44 -07:00
hostap_ap.c [NET]: Undo code bloat in hot paths due to print_mac(). 2008-04-08 16:50:44 -07:00
hostap_ap.h
hostap_common.h hostap annotations 2008-01-28 15:09:05 -08:00
hostap_config.h
hostap_cs.c hostap_cs: add ID for Conceptronic CON11CPro 2008-05-20 17:55:30 -04:00
hostap_download.c hostap annotations 2008-01-28 15:09:05 -08:00
hostap_hw.c hostap: fix "registers" registration in procfs 2008-05-15 15:17:32 -04:00
hostap_info.c hostap: don't mess with mixed-endian even for internal skb queues 2008-01-28 15:09:06 -08:00
hostap_ioctl.c hostap annotations 2008-01-28 15:09:05 -08:00
hostap_main.c net: Eliminate flush_scheduled_work() calls while RTNL is held. 2008-06-12 02:22:02 -07:00
hostap_pci.c hostap annotations 2008-01-28 15:09:05 -08:00
hostap_plx.c
hostap_proc.c
hostap_wlan.h hostap annotations 2008-01-28 15:09:05 -08:00
Kconfig
Makefile