1 Index: linux-2.6.32.9/drivers/net/bcm63xx_enet.c
2 ===================================================================
3 --- linux-2.6.32.9.orig/drivers/net/bcm63xx_enet.c 2010-02-28 18:18:37.000000000 +0100
4 +++ linux-2.6.32.9/drivers/net/bcm63xx_enet.c 2010-02-28 18:20:03.000000000 +0100
8 /* add ethernet header + vlan tag size */
9 - actual_mtu += VLAN_ETH_HLEN;
10 + actual_mtu += VLAN_ETH_HLEN + VLAN_HLEN;
12 if (actual_mtu < 64 || actual_mtu > BCMENET_MAX_MTU)