summaryrefslogtreecommitdiff
path: root/net/mac80211
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-07-21 19:05:33 (GMT)
committerEmil Medve <Emilian.Medve@Freescale.com>2013-04-30 08:17:01 (GMT)
commit9bbac602b244b4c0b7642aed390b561c49d6e880 (patch)
treede4c6083189a48bb5db4f8b8f083eb6e7d4e63f8 /net/mac80211
parente91d6f69181568af650358c217bb4a124035cb16 (diff)
downloadlinux-fsl-qoriq-9bbac602b244b4c0b7642aed390b561c49d6e880.tar.xz
net-wireless-warn-nort.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'net/mac80211')
-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 580704e..c58f3cd 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -3144,7 +3144,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;