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>2012-03-13 12:39:55 -0500
commitc4cfc7db8950cded54ee9f4a543a5204cacd209c (patch)
tree749344d9699184d536b4a62855150a6cdb5d373e /net
parent83ea1e534e49c226fe838c8198ac7744491fa40f (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 064d20fc9d0e..642d96c23c9d 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -2958,7 +2958,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))