diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-21 21:05:33 +0200 |
|---|---|---|
| committer | Clark Williams <williams@redhat.com> | 2012-04-10 16:40:18 -0500 |
| commit | e63cbe15482004a73ec99f104a2920403c62d76c (patch) | |
| tree | 6e0648ca60ffaea63e1906d66ce5b5366d20190d | |
| parent | ae4f523deea16237eadc53fabcbe7eff9c25403c (diff) | |
net-wireless-warn-nort.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
| -rw-r--r-- | net/mac80211/rx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index bcfe8c77c839..f9d5a016e1c4 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c @@ -3013,7 +3013,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 < 0 || status->band >= IEEE80211_NUM_BANDS)) |
