Skip to content
Commit 9f333281 authored by Johannes Stezenbach's avatar Johannes Stezenbach Committed by John W. Linville
Browse files

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: default avatarJohannes Stezenbach <js@sig21.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 56e6417b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment