Loading net/dsa/tag_rtl4_a.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -79,7 +79,7 @@ static struct sk_buff *rtl4a_tag_rcv(struct sk_buff *skb, /* The RTL4 header has its own custom Ethertype 0x8899 and that /* The RTL4 header has its own custom Ethertype 0x8899 and that * starts right at the beginning of the packet, after the src * starts right at the beginning of the packet, after the src * ethernet addr. Apparantly skb->data always points 2 bytes in, * ethernet addr. Apparently skb->data always points 2 bytes in, * behind the Ethertype. * behind the Ethertype. */ */ tag = skb->data - 2; tag = skb->data - 2; Loading Loading
net/dsa/tag_rtl4_a.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -79,7 +79,7 @@ static struct sk_buff *rtl4a_tag_rcv(struct sk_buff *skb, /* The RTL4 header has its own custom Ethertype 0x8899 and that /* The RTL4 header has its own custom Ethertype 0x8899 and that * starts right at the beginning of the packet, after the src * starts right at the beginning of the packet, after the src * ethernet addr. Apparantly skb->data always points 2 bytes in, * ethernet addr. Apparently skb->data always points 2 bytes in, * behind the Ethertype. * behind the Ethertype. */ */ tag = skb->data - 2; tag = skb->data - 2; Loading