Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);