diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-01 21:12:26 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-01 21:12:26 +0000 |
commit | ec938bb5c4be0a79f1fafd24052bc6f0aefaeed6 (patch) | |
tree | e86b0e677871ff564bccc4c6adb7fb676bf6826f /target/linux/brcm63xx/patches-3.7/406_bcm63xx_enet_vlan_incoming_fixed.patch | |
parent | 3860eadcbb950d5ea4a3a8fcedb19b9a52dd4c1d (diff) |
brcm63xx: remove 3.7 kernel support
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36504 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.7/406_bcm63xx_enet_vlan_incoming_fixed.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.7/406_bcm63xx_enet_vlan_incoming_fixed.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/brcm63xx/patches-3.7/406_bcm63xx_enet_vlan_incoming_fixed.patch b/target/linux/brcm63xx/patches-3.7/406_bcm63xx_enet_vlan_incoming_fixed.patch deleted file mode 100644 index 7d9f4a96d..000000000 --- a/target/linux/brcm63xx/patches-3.7/406_bcm63xx_enet_vlan_incoming_fixed.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; |