commit | 6a1994cf7da2912240509299bec7a6e085019d1f | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Jul 21 21:05:33 2011 +0200 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Nov 13 11:21:00 2013 -0500 |
tree | 2a11ced1f06f82de62ac191e91b16e56e6f7df55 | |
parent | ad2aeb648cfae455529416c21075031696b7e019 [diff] [blame] |
net-wireless-warn-nort.patch Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index 83f6d292..eb7253d 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c
@@ -3240,7 +3240,7 @@ 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;