summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-07-21 21:05:33 +0200
committerClark Williams <williams@redhat.com>2011-12-28 16:25:29 -0600
commit868c1690363263461ab9e97872bdd0dcb8b503df (patch)
tree33165c38ee09f0d7e46b78887873fc9314ec0f77 /net
parent4ca1371431e5d98d18398d34bcfa50533761ce22 (diff)
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 fb123e2e081a..be01bee78a2c 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -2952,7 +2952,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 < 0 ||
status->band >= IEEE80211_NUM_BANDS))