X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fmac80211%2Ftx.c;h=b0beaa58246bbfe9019ccde998b8ba2043e38ccd;hb=99bdc3880c611c7f2061fbd5372ef81b40217e26;hp=b64b42bc774be82ce40133237624a848d237289f;hpb=0bc0be7f20efea664b7c4c1d0b1822bc8f53a8b4;p=pandora-kernel.git diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index b64b42bc774b..b0beaa58246b 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c @@ -1547,7 +1547,7 @@ static int ieee80211_skb_resize(struct ieee80211_local *local, 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);