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>2013-04-04 22:09:14 (GMT)
commit7c4226daccde03dcf8ab75dc4dd475c880574911 (patch)
treee9982912c1cd7017b7151843d451fde6e22fe2ac /net
parent3c26de19712190e964dbe650058482f130f8c821 (diff)
downloadlinux-fsl-qoriq-7c4226daccde03dcf8ab75dc4dd475c880574911.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 580704e..c58f3cd 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -3144,7 +3144,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;