Commit 38ba8fb67d6be3258a ("net: remove unused skb->do_not_encrypt") removed the variable from struct skbuff, but the usage in net/core/skbuff.c crept back in, probably in the merge between mainline and wireless-testing. Signed-off-by: Larry.Finger <Larry.Finger@xxxxxxxxxxxx> --- John, This fixes the build problem I reported earlier. Larry --- Index: wireless-testing/net/core/skbuff.c =================================================================== --- wireless-testing.orig/net/core/skbuff.c +++ wireless-testing/net/core/skbuff.c @@ -559,9 +559,6 @@ static void __copy_skb_header(struct sk_ #endif #endif new->vlan_tci = old->vlan_tci; -#if defined(CONFIG_MAC80211) || defined(CONFIG_MAC80211_MODULE) - new->do_not_encrypt = old->do_not_encrypt; -#endif skb_copy_secmark(new, old); } -- 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