aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.0/070_bcm63xx_enet_vlan_incoming_fixed.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-06-16 14:34:40 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-06-16 14:34:40 +0000
commit426dccd0197090291e35e74e1f801ba2ec386f0d (patch)
tree467322b77c9029f6c20eb0dc4ed18212913c2b2f /target/linux/brcm63xx/patches-3.0/070_bcm63xx_enet_vlan_incoming_fixed.patch
parent235e3319876d5d1354e2774ec73495fdeb2616ec (diff)
downloadupstream-426dccd0197090291e35e74e1f801ba2ec386f0d.tar.gz
upstream-426dccd0197090291e35e74e1f801ba2ec386f0d.tar.bz2
upstream-426dccd0197090291e35e74e1f801ba2ec386f0d.zip
bcm63xx: Add support for Linux 3.0-rc3
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27192
Diffstat (limited to 'target/linux/brcm63xx/patches-3.0/070_bcm63xx_enet_vlan_incoming_fixed.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.0/070_bcm63xx_enet_vlan_incoming_fixed.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/patches-3.0/070_bcm63xx_enet_vlan_incoming_fixed.patch b/target/linux/brcm63xx/patches-3.0/070_bcm63xx_enet_vlan_incoming_fixed.patch
new file mode 100644
index 0000000000..332acfadb3
--- /dev/null
+++ b/target/linux/brcm63xx/patches-3.0/070_bcm63xx_enet_vlan_incoming_fixed.patch
@@ -0,0 +1,11 @@
+--- a/drivers/net/bcm63xx_enet.c
++++ b/drivers/net/bcm63xx_enet.c
+@@ -1516,7 +1516,7 @@ static int compute_hw_mtu(struct bcm_ene
+ actual_mtu = mtu;
+
+ /* add ethernet header + vlan tag size */
+- actual_mtu += VLAN_ETH_HLEN;
++ actual_mtu += VLAN_ETH_HLEN + VLAN_HLEN;
+
+ if (actual_mtu < 64 || actual_mtu > BCMENET_MAX_MTU)
+ return -EINVAL;