1 Index: linux-2.6.30.10/drivers/net/bcm63xx_enet.c
2 ===================================================================
3 --- linux-2.6.30.10.orig/drivers/net/bcm63xx_enet.c 2010-02-18 12:57:05.332799586 -0500
4 +++ linux-2.6.30.10/drivers/net/bcm63xx_enet.c 2010-02-18 12:57:53.954051082 -0500
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)