diff options
author | Kalle Valo <kalle.valo@nokia.com> | 2009-10-13 19:33:21 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-27 21:48:21 +0100 |
commit | 878283f19809bc73872c70ea53381f74a43a15e7 (patch) | |
tree | 9b035a70f1b524cde7834c7e76e649455b0017ff /drivers/net/wireless/rt2x00/Makefile | |
parent | mac80211: add ieee80211_rx_ni() (diff) | |
download | linux-878283f19809bc73872c70ea53381f74a43a15e7.tar.xz linux-878283f19809bc73872c70ea53381f74a43a15e7.zip |
wl1251: use ieee80211_rx_ni()
Because of SPI and SDIO wl1251 does everything in a workqueue, including
calling ieee80211_rx() which should be called with bottom halves disabled.
An error message is emitted because of this:
NOHZ: local_softirq_pending 08
Fix this by using ieee80211_rx_ni().
Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/Makefile')
0 files changed, 0 insertions, 0 deletions