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 d0f91d74eaf0..34edf7f22b0e 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -1550,7 +1550,7 @@ static int ieee80211_skb_resize(struct ieee80211_local *local,
1550 skb_orphan(skb); 1550 skb_orphan(skb);
1551 } 1551 }
1552 1552
1553 if (skb_header_cloned(skb)) 1553 if (skb_cloned(skb))
1554 I802_DEBUG_INC(local->tx_expand_skb_head_cloned); 1554 I802_DEBUG_INC(local->tx_expand_skb_head_cloned);
1555 else if (head_need || tail_need) 1555 else if (head_need || tail_need)
1556 I802_DEBUG_INC(local->tx_expand_skb_head); 1556 I802_DEBUG_INC(local->tx_expand_skb_head);