From: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Date: Sun, 11 May 2008 00:18:47 +0200 In patch one, you changed the call site of this new ieee80211_skb_resize() to properly use skb_header_cloned(). But skb_cloned snuck back into the statistics code in this patch: > + if (skb_cloned(skb)) > + I802_DEBUG_INC(local->tx_expand_skb_head_cloned); > + else > + I802_DEBUG_INC(local->tx_expand_skb_head); -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html