Skip to content
Snippets Groups Projects
Commit a08af810 authored by Chas Williams's avatar Chas Williams Committed by David S. Miller
Browse files

atm: br2864: sent packets truncated in VC routed mode

parent e1738bd9
No related branches found
No related tags found
No related merge requests found
......@@ -242,8 +242,6 @@ static int br2684_xmit_vcc(struct sk_buff *skb, struct net_device *dev,
if (brdev->payload == p_bridged) {
skb_push(skb, 2);
memset(skb->data, 0, 2);
} else { /* p_routed */
skb_pull(skb, ETH_HLEN);
}
}
skb_debug(skb);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment