summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-07-21 19:05:33 (GMT)
committerScott Wood <scottwood@freescale.com>2014-05-14 18:37:58 (GMT)
commit0d758b5e66a94de6a6ccc333a64563b10b610677 (patch)
tree136180ce9643b7c7bdd4ca36c3985c5b779846d4 /net
parent51f7ea4c9c23ff37d2a1930a0372eaf26215939a (diff)
downloadlinux-fsl-qoriq-0d758b5e66a94de6a6ccc333a64563b10b610677.tar.xz
net-wireless-warn-nort.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'net')
-rw-r--r--net/mac80211/rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c
index 1e5bd0d..62fba17 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -3298,7 +3298,7 @@ void ieee80211_rx(struct ieee80211_hw *hw, struct sk_buff *skb)
struct ieee80211_supported_band *sband;
struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb);
- WARN_ON_ONCE(softirq_count() == 0);
+ WARN_ON_ONCE_NONRT(softirq_count() == 0);
if (WARN_ON(status->band >= IEEE80211_NUM_BANDS))
goto drop;