kernel-ark/drivers/net/wireless/rt2x00
Johannes Stezenbach 20ed3166c8 mac80211/rt2x00: add ieee80211_tx_status_ni()
All rt2x00 drivers except rt2800pci call ieee80211_tx_status() from
a workqueue, which causes "NOHZ: local_softirq_pending 08" messages.

To fix it, add ieee80211_tx_status_ni() similar to ieee80211_rx_ni()
which can be called from process context, and call it from
rt2x00lib_txdone().  For the rt2800pci special case a driver
flag is introduced.

Signed-off-by: Johannes Stezenbach <js@sig21.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-11-30 13:53:46 -05:00
..
Kconfig rt2x00: Remove unneccessary internal Kconfig symbols. 2010-11-17 16:18:51 -05:00
Makefile
rt2x00.h mac80211/rt2x00: add ieee80211_tx_status_ni() 2010-11-30 13:53:46 -05:00
rt2x00config.c rt2x00: Remove rt2x00lib_toggle_rx 2010-11-15 13:26:35 -05:00
rt2x00crypto.c
rt2x00debug.c rt2x00: Rename queue->lock to queue->index_lock 2010-11-15 13:26:32 -05:00
rt2x00debug.h
rt2x00dev.c mac80211/rt2x00: add ieee80211_tx_status_ni() 2010-11-30 13:53:46 -05:00
rt2x00dump.h
rt2x00firmware.c
rt2x00ht.c
rt2x00leds.c
rt2x00leds.h
rt2x00lib.h rt2x00: Remove rt2x00lib_toggle_rx 2010-11-15 13:26:35 -05:00
rt2x00link.c rt2x00: checkpatch.pl error fixes for rt2x00link.c 2010-11-15 13:26:28 -05:00
rt2x00mac.c rt2x00: Remove rt2x00lib_toggle_rx 2010-11-15 13:26:35 -05:00
rt2x00pci.c rt2x00pci: do not use GFP_DMA 2010-11-15 13:24:39 -05:00
rt2x00pci.h
rt2x00queue.c rt2x00: Modify rt2x00queue_remove_l2pad to make skb->data two-byte alignment 2010-11-17 16:18:59 -05:00
rt2x00queue.h rt2x00: Rename queue->lock to queue->index_lock 2010-11-15 13:26:32 -05:00
rt2x00reg.h rt2x00: Remove rt2x00lib_toggle_rx 2010-11-15 13:26:35 -05:00
rt2x00soc.c rt2x00: Use ioremap for SoC devices instead of KSEG1ADDR. 2010-11-17 16:18:54 -05:00
rt2x00soc.h
rt2x00usb.c rt2x00: Fix crash on USB unplug 2010-11-15 13:26:07 -05:00
rt2x00usb.h
rt61pci.c rt2x00: Remove rt2x00lib_toggle_rx 2010-11-15 13:26:35 -05:00
rt61pci.h rt2x00: Fix comments in rt73usb.h and rt61pci.h 2010-11-15 13:26:09 -05:00
rt73usb.c rt2x00: Remove rt2x00lib_toggle_rx 2010-11-15 13:26:35 -05:00
rt73usb.h rt2x00: Fix comments in rt73usb.h and rt61pci.h 2010-11-15 13:26:09 -05:00
rt2400pci.c rt2x00: Remove rt2x00lib_toggle_rx 2010-11-15 13:26:35 -05:00
rt2400pci.h rt2x00: checkpatch.pl error fixes for rt2400pci.h 2010-11-15 13:26:13 -05:00
rt2500pci.c rt2x00: Remove rt2x00lib_toggle_rx 2010-11-15 13:26:35 -05:00
rt2500pci.h rt2x00: checkpatch.pl error fixes for rt2500pci.h 2010-11-15 13:26:15 -05:00
rt2500usb.c rt2x00: Remove rt2x00lib_toggle_rx 2010-11-15 13:26:35 -05:00
rt2500usb.h
rt2800.h rt2x00: Add initial support for RT3370/RT3390 devices. 2010-11-17 16:18:47 -05:00
rt2800lib.c rt2x00: Use static const 2010-11-22 15:58:53 -05:00
rt2800lib.h
rt2800pci.c mac80211/rt2x00: add ieee80211_tx_status_ni() 2010-11-30 13:53:46 -05:00
rt2800pci.h rt2x00: checkpatch.pl error fixes for rt2800pci.h 2010-11-15 13:26:20 -05:00
rt2800usb.c rt2x00: Fix rt2800 USB TX Path DMA issue 2010-11-17 16:18:55 -05:00
rt2800usb.h rt2x00: checkpatch.pl error fixes for rt2800usb.h 2010-11-15 13:26:23 -05:00