Messages in this thread Patch in this message |  | | | Date | Fri, 26 Aug 2011 14:58:26 -0700 | | From | Greg KH <> | | Subject | [05/19] atm: br2864: sent packets truncated in VC routed mode |
| |
2.6.32-longterm review patch. If anyone has any objections, please let us know.
------------------ From: Chas Williams <chas@cmf.nrl.navy.mil>
commit a08af810cdc29d2ca930e8a869d3d01744c392d8 upstream.
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> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
--- net/atm/br2684.c | 2 -- 1 file changed, 2 deletions(-) --- a/net/atm/br2684.c +++ b/net/atm/br2684.c @@ -208,8 +208,6 @@ static int br2684_xmit_vcc(struct sk_buf 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);
|  |