summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-07-21 19:05:33 (GMT)
committerScott Wood <scottwood@freescale.com>2015-02-13 22:20:20 (GMT)
commite4935cf396f98681aa508eb2d802c0d2e758ad86 (patch)
treeafe873abe95708d1f81cebce2cbf0c96bed0c060 /net
parentafe9cbed53f7280295bf938c223a480dff07d008 (diff)
downloadlinux-fsl-qoriq-e4935cf396f98681aa508eb2d802c0d2e758ad86.tar.xz
net-wireless-warn-nort.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'net')
-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 ef3bdba..abe6e29 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -3299,7 +3299,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;