summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/patches-3.2/070_bcm63xx_enet_vlan_incoming_fixed.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-01-13 14:59:50 +0000
committerJonas Gorski <jogo@openwrt.org>2012-01-13 14:59:50 +0000
commit3883e71097064c7934ace766d9974f36cbdaecf0 (patch)
tree73b23dcd07a93f87dba4fb594ed637753af29184 /target/linux/brcm63xx/patches-3.2/070_bcm63xx_enet_vlan_incoming_fixed.patch
parent1bc0abb058e09fd7214507dd4a095658a4b8d122 (diff)
downloadmtk-20170518-3883e71097064c7934ace766d9974f36cbdaecf0.zip
mtk-20170518-3883e71097064c7934ace766d9974f36cbdaecf0.tar.gz
mtk-20170518-3883e71097064c7934ace766d9974f36cbdaecf0.tar.bz2
brcm63xx: add support for linux 3.2
SVN-Revision: 29731
Diffstat (limited to 'target/linux/brcm63xx/patches-3.2/070_bcm63xx_enet_vlan_incoming_fixed.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.2/070_bcm63xx_enet_vlan_incoming_fixed.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/patches-3.2/070_bcm63xx_enet_vlan_incoming_fixed.patch b/target/linux/brcm63xx/patches-3.2/070_bcm63xx_enet_vlan_incoming_fixed.patch
new file mode 100644
index 0000000..7d9f4a9
--- /dev/null
+++ b/target/linux/brcm63xx/patches-3.2/070_bcm63xx_enet_vlan_incoming_fixed.patch
@@ -0,0 +1,11 @@
+--- a/drivers/net/ethernet/broadcom/bcm63xx_enet.c
++++ b/drivers/net/ethernet/broadcom/bcm63xx_enet.c
+@@ -1515,7 +1515,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;