diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-01-26 11:30:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-01-26 11:30:34 +0000 |
commit | a2543d72d8a0b4a9efcee26c8af36d618de4c863 (patch) | |
tree | e8655a579d54b55e648ec1750bb282fc1c5d7b61 /target/linux/ramips/patches-3.10/999-raeth_fixes.patch | |
parent | e41e531e3b6a5fa99db8b682c00e47fc15d3d401 (diff) | |
download | upstream-a2543d72d8a0b4a9efcee26c8af36d618de4c863.tar.gz upstream-a2543d72d8a0b4a9efcee26c8af36d618de4c863.tar.bz2 upstream-a2543d72d8a0b4a9efcee26c8af36d618de4c863.zip |
kernel: update 3.10 to 3.10.28
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39399
Diffstat (limited to 'target/linux/ramips/patches-3.10/999-raeth_fixes.patch')
-rw-r--r-- | target/linux/ramips/patches-3.10/999-raeth_fixes.patch | 10 |
1 files changed, 4 insertions, 6 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 addf84cba6..5e1bb4d2ec 100644 --- a/target/linux/ramips/patches-3.10/999-raeth_fixes.patch +++ b/target/linux/ramips/patches-3.10/999-raeth_fixes.patch @@ -1,8 +1,6 @@ -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 @@ +--- 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 if (priv->soc->tso) fe_start_tso(skb, dev, nr_frags, tx); @@ -11,7 +9,7 @@ Index: linux-3.10.26/drivers/net/ethernet/ralink/ralink_soc_eth.c struct iphdr *iph = NULL; struct tcphdr *th = NULL; struct ipv6hdr *ip6h = NULL; -@@ -741,8 +741,7 @@ +@@ -741,8 +741,7 @@ static int fe_probe(struct platform_devi dev_info(&pdev->dev, "Enabling TSO\n"); netdev->features |= NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_IPV6_CSUM; } |