2.6.33-longterm review patch. If anyone has any objections, please let us know.
------------------ From: Chas Williams <[email protected]> commit a08af810cdc29d2ca930e8a869d3d01744c392d8 upstream. Reported-by: Pascal Hambourg <[email protected]> Signed-off-by: Chas Williams <[email protected]> Signed-off-by: David S. Miller <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> --- 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); _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
