linux/debian/patches/features/all/rt/net-wireless-warn-nort.patch

24 lines
846 B
Diff

Subject: net-wireless-warn-nort.patch
From: Thomas Gleixner <tglx@linutronix.de>
Date: Thu, 21 Jul 2011 21:05:33 +0200
Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/3.10/patches-3.10.4-rt1.tar.xz
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
net/mac80211/rx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-stable/net/mac80211/rx.c
===================================================================
--- linux-stable.orig/net/mac80211/rx.c
+++ linux-stable/net/mac80211/rx.c
@@ -3234,7 +3234,7 @@ void ieee80211_rx(struct ieee80211_hw *h
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;