summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-3.10
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-01-12 12:07:20 +0000
committerJohn Crispin <john@openwrt.org>2014-01-12 12:07:20 +0000
commit0ac291d073b48b59340d71aeb584e86aebb82a68 (patch)
tree7e30c89d5377398ecf8a70abdbe89df9b7f447c0 /target/linux/ramips/patches-3.10
parentc1a2a87f3ab0950e60d6fce90e8d34b64b56f82d (diff)
downloadmaster-31e0f0ae-0ac291d073b48b59340d71aeb584e86aebb82a68.tar.gz
master-31e0f0ae-0ac291d073b48b59340d71aeb584e86aebb82a68.tar.bz2
master-31e0f0ae-0ac291d073b48b59340d71aeb584e86aebb82a68.zip
ralink: fix rt5350 ethernet
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39233
Diffstat (limited to 'target/linux/ramips/patches-3.10')
-rw-r--r--target/linux/ramips/patches-3.10/999-raeth_fixes.patch18
1 files changed, 15 insertions, 3 deletions
diff --git a/target/linux/ramips/patches-3.10/999-raeth_fixes.patch b/target/linux/ramips/patches-3.10/999-raeth_fixes.patch
index 66f8a0b988..addf84cba6 100644
--- a/target/linux/ramips/patches-3.10/999-raeth_fixes.patch
+++ b/target/linux/ramips/patches-3.10/999-raeth_fixes.patch
@@ -1,6 +1,8 @@
---- a/drivers/net/ethernet/ralink/ralink_soc_eth.c
-+++ b/drivers/net/ethernet/ralink/ralink_soc_eth.c
-@@ -335,7 +335,7 @@ static int fe_start_xmit(struct sk_buff
+Index: linux-3.10.26/drivers/net/ethernet/ralink/ralink_soc_eth.c
+===================================================================
+--- linux-3.10.26.orig/drivers/net/ethernet/ralink/ralink_soc_eth.c 2014-01-12 11:49:40.052069844 +0100
++++ linux-3.10.26/drivers/net/ethernet/ralink/ralink_soc_eth.c 2014-01-12 12:49:31.776155429 +0100
+@@ -335,7 +335,7 @@
if (priv->soc->tso)
fe_start_tso(skb, dev, nr_frags, tx);
@@ -9,3 +11,13 @@
struct iphdr *iph = NULL;
struct tcphdr *th = NULL;
struct ipv6hdr *ip6h = NULL;
+@@ -741,8 +741,7 @@
+ dev_info(&pdev->dev, "Enabling TSO\n");
+ netdev->features |= NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_IPV6_CSUM;
+ }
+-
+- netdev->hw_features = netdev->vlan_features = netdev->features;
++ netdev->hw_features = netdev->features;
+
+ netdev->irq = platform_get_irq(pdev, 0);
+ if (netdev->irq < 0) {