aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-2.6.39/070_bcm63xx_enet_vlan_incoming_fixed.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-01-30 21:12:28 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-01-30 21:12:28 +0000
commit58cd86efe5088fed9d0d6e3f61c0a289c44c9ae6 (patch)
tree7cfc1f554bf7f0439fb8e91909d3a8b14a179dcc /target/linux/brcm63xx/patches-2.6.39/070_bcm63xx_enet_vlan_incoming_fixed.patch
parentc1defe36334ecabf11a9e736bb8c2eb7d60aab42 (diff)
downloadupstream-58cd86efe5088fed9d0d6e3f61c0a289c44c9ae6.tar.gz
upstream-58cd86efe5088fed9d0d6e3f61c0a289c44c9ae6.tar.bz2
upstream-58cd86efe5088fed9d0d6e3f61c0a289c44c9ae6.zip
[brcm63xx] remove support for 2.6.39
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29959 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.39/070_bcm63xx_enet_vlan_incoming_fixed.patch')
-rw-r--r--target/linux/brcm63xx/patches-2.6.39/070_bcm63xx_enet_vlan_incoming_fixed.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.39/070_bcm63xx_enet_vlan_incoming_fixed.patch b/target/linux/brcm63xx/patches-2.6.39/070_bcm63xx_enet_vlan_incoming_fixed.patch
deleted file mode 100644
index 8211e293bc..0000000000
--- a/target/linux/brcm63xx/patches-2.6.39/070_bcm63xx_enet_vlan_incoming_fixed.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/net/bcm63xx_enet.c
-+++ b/drivers/net/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;