From 0d758b5e66a94de6a6ccc333a64563b10b610677 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 21 Jul 2011 21:05:33 +0200 Subject: net-wireless-warn-nort.patch Signed-off-by: Thomas Gleixner 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; -- cgit v0.10.2