diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/802/psnap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/802/psnap.c b/net/802/psnap.c index 97c95eec79ed..270b9d2cae65 100644 --- a/net/802/psnap.c +++ b/net/802/psnap.c | |||
@@ -59,7 +59,6 @@ static int snap_rcv(struct sk_buff *skb, struct net_device *dev, | |||
59 | proto = find_snap_client(skb->h.raw); | 59 | proto = find_snap_client(skb->h.raw); |
60 | if (proto) { | 60 | if (proto) { |
61 | /* Pass the frame on. */ | 61 | /* Pass the frame on. */ |
62 | u8 *hdr = skb->data; | ||
63 | skb->h.raw += 5; | 62 | skb->h.raw += 5; |
64 | skb_pull_rcsum(skb, 5); | 63 | skb_pull_rcsum(skb, 5); |
65 | rc = proto->rcvfunc(skb, dev, &snap_packet_type, orig_dev); | 64 | rc = proto->rcvfunc(skb, dev, &snap_packet_type, orig_dev); |