aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/tx.c')
-rw-r--r--net/mac80211/tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index 332ddcb1068a..4214d039fbc6 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -2011,7 +2011,7 @@ ieee80211_get_buffered_bc(struct ieee80211_hw *hw,
2011 } 2011 }
2012 2012
2013 if (WARN_ON(tx.skb != skb)) 2013 if (WARN_ON(tx.skb != skb))
2014 return NULL; 2014 res = TX_DROP;
2015 2015
2016 if (res == TX_DROP) { 2016 if (res == TX_DROP) {
2017 I802_DEBUG_INC(local->tx_handlers_drop); 2017 I802_DEBUG_INC(local->tx_handlers_drop);