95c5cff53cbb8398c7819883d15b9fe7e0695b01
[openwrt.git] / target / linux / brcm63xx / patches-3.1 / 070_bcm63xx_enet_vlan_incoming_fixed.patch
1 --- a/drivers/net/bcm63xx_enet.c
2 +++ b/drivers/net/bcm63xx_enet.c
3 @@ -1517,7 +1517,7 @@ static int compute_hw_mtu(struct bcm_ene
4 actual_mtu = mtu;
5
6 /* add ethernet header + vlan tag size */
7 - actual_mtu += VLAN_ETH_HLEN;
8 + actual_mtu += VLAN_ETH_HLEN + VLAN_HLEN;
9
10 if (actual_mtu < 64 || actual_mtu > BCMENET_MAX_MTU)
11 return -EINVAL;
This page took 0.040807 seconds and 3 git commands to generate.