mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 22:58:29 +00:00
atm: br2864: sent packets truncated in VC routed mode
Reported-by: Pascal Hambourg <pascal@plouf.fr.eu.org> Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e1738bd9ce
commit
a08af810cd
1 changed files with 0 additions and 2 deletions
|
@ -242,8 +242,6 @@ static int br2684_xmit_vcc(struct sk_buff *skb, struct net_device *dev,
|
||||||
if (brdev->payload == p_bridged) {
|
if (brdev->payload == p_bridged) {
|
||||||
skb_push(skb, 2);
|
skb_push(skb, 2);
|
||||||
memset(skb->data, 0, 2);
|
memset(skb->data, 0, 2);
|
||||||
} else { /* p_routed */
|
|
||||||
skb_pull(skb, ETH_HLEN);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
skb_debug(skb);
|
skb_debug(skb);
|
||||||
|
|
Loading…
Add table
Reference in a new issue