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-04-10 00:18:52 (GMT)
commit9a984747422e7b6cb8754aa1074de225c9e23907 (patch)
tree10200519b7f126d2ca1cc195ed92bc48e91efda0 /net
parent088b044510c80b43638fc18882defc4e93e06f7d (diff)
downloadlinux-fsl-qoriq-9a984747422e7b6cb8754aa1074de225c9e23907.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;