mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-06 05:30:16 +02:00
12 lines
324 B
Diff
12 lines
324 B
Diff
|
--- a/net/mac80211/tx.c
|
||
|
+++ b/net/mac80211/tx.c
|
||
|
@@ -1547,7 +1547,7 @@ static int ieee80211_skb_resize(struct i
|
||
|
skb_orphan(skb);
|
||
|
}
|
||
|
|
||
|
- if (skb_header_cloned(skb))
|
||
|
+ if (skb_cloned(skb))
|
||
|
I802_DEBUG_INC(local->tx_expand_skb_head_cloned);
|
||
|
else if (head_need || tail_need)
|
||
|
I802_DEBUG_INC(local->tx_expand_skb_head);
|