summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJohannes Stezenbach <js@sig21.net>2010-11-30 15:49:23 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2010-12-20 18:48:04 (GMT)
commit9f333281a7da4c3a59bccc0cb53f7590eb850d93 (patch)
tree516ce1c2abc5bf4662f484586654589bb23b63c8 /net
parent56e6417b49132d4f56e9f2241d31942b90b46315 (diff)
downloadlinux-fsl-qoriq-9f333281a7da4c3a59bccc0cb53f7590eb850d93.tar.xz
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. https://bugzilla.kernel.org/show_bug.cgi?id=24892 Signed-off-by: Johannes Stezenbach <js@sig21.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions