kernel-ark/drivers/net/wireless/rt2x00
Ivo van Doorn 0439f5367c rt2x00: Move TX/RX work into dedicated workqueue
The TX/RX work structures must be able to run independently
of other workqueues. This is because mac80211 might use
the flush() callback function from various context, which depends
on the TX/RX work to complete while the main thread is blocked
(until the the TX queues are empty).

This should reduce the number of  'Queue %d failed to flush' warnings.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-01-31 15:06:25 -05:00
..
Kconfig
Makefile
rt2x00.h rt2x00: Move TX/RX work into dedicated workqueue 2011-01-31 15:06:25 -05:00
rt2x00config.c
rt2x00crypto.c
rt2x00debug.c
rt2x00debug.h
rt2x00dev.c rt2x00: Move TX/RX work into dedicated workqueue 2011-01-31 15:06:25 -05:00
rt2x00dump.h
rt2x00firmware.c
rt2x00ht.c
rt2x00leds.c
rt2x00leds.h
rt2x00lib.h rt2x00: Introduce beacon_update_locked that requires caller locking 2011-01-31 15:06:22 -05:00
rt2x00link.c rt2x00: Move TX/RX work into dedicated workqueue 2011-01-31 15:06:25 -05:00
rt2x00mac.c rt2x00: Limit beacon updates in bss_info_changed to USB devices 2011-01-31 15:06:22 -05:00
rt2x00pci.c rt2x00: Remove interrupt thread registration 2011-01-31 15:06:23 -05:00
rt2x00pci.h
rt2x00queue.c rt2x00: trivial: add \n to WARNING message 2011-01-31 15:06:24 -05:00
rt2x00queue.h
rt2x00reg.h rt2x00: Remove STATE_RADIO_IRQ_OFF_ISR and STATE_RADIO_IRQ_ON_ISR 2011-01-31 15:06:24 -05:00
rt2x00soc.c
rt2x00soc.h
rt2x00usb.c rt2x00: Move TX/RX work into dedicated workqueue 2011-01-31 15:06:25 -05:00
rt2x00usb.h
rt61pci.c rt2x00: Fix FIXME comments in rt61pci and rt73usb on Michael MIC. 2011-01-31 15:06:25 -05:00
rt61pci.h
rt73usb.c rt2x00: Fix FIXME comments in rt61pci and rt73usb on Michael MIC. 2011-01-31 15:06:25 -05:00
rt73usb.h
rt2400pci.c Trivial typo fix in comment 2011-01-31 15:06:24 -05:00
rt2400pci.h
rt2500pci.c rt2x00: Remove STATE_RADIO_IRQ_OFF_ISR and STATE_RADIO_IRQ_ON_ISR 2011-01-31 15:06:24 -05:00
rt2500pci.h
rt2500usb.c rt2x00: Remove STATE_RADIO_IRQ_OFF_ISR and STATE_RADIO_IRQ_ON_ISR 2011-01-31 15:06:24 -05:00
rt2500usb.h
rt2800.h rt2x00: Correct initial value of US_CYC_CNT register for pcie interface 2011-01-31 15:06:24 -05:00
rt2800lib.c rt2x00: Copy the MAC address to the WCID entry properly. 2011-01-31 15:06:25 -05:00
rt2800lib.h rt2x00: Refactor beacon code to make use of start- and stop_queue 2011-01-31 15:06:22 -05:00
rt2800pci.c rt2x00: Fix WPA TKIP Michael MIC failures. 2011-01-31 15:06:24 -05:00
rt2800pci.h
rt2800usb.c rt2x00: Fix WPA TKIP Michael MIC failures. 2011-01-31 15:06:24 -05:00
rt2800usb.h