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;