]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/llc/llc_input.c
[SK_BUFF]: unions of just one member don't get anything done, kill them
[mirror_ubuntu-zesty-kernel.git] / net / llc / llc_input.c
index b3f65d1e80b12584e46c49e55f9c5dddcd47e01a..099ed8fec1454b3f38822f0e3d8e0870108e52d7 100644 (file)
@@ -112,7 +112,7 @@ static inline int llc_fixup_skb(struct sk_buff *skb)
        if (unlikely(!pskb_may_pull(skb, llc_len)))
                return 0;
 
-       skb->h.raw += llc_len;
+       skb->transport_header += llc_len;
        skb_pull(skb, llc_len);
        if (skb->protocol == htons(ETH_P_802_2)) {
                __be16 pdulen = eth_hdr(skb)->h_proto;