aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-4.9/422-net-mvneta-add-nway_reset-support.patch
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2017-12-30 14:22:36 +0000
committerJohn Crispin <john@phrozen.org>2018-01-02 07:14:09 +0100
commit4b275baf91b7217252922cc827feb42b939c385d (patch)
treeec5845dd1f2ec31c4a52b1e8455cc1b775545f1e /target/linux/mvebu/patches-4.9/422-net-mvneta-add-nway_reset-support.patch
parent7c0a2bc93077f52c033e406864b34af3a4fab245 (diff)
downloadupstream-4b275baf91b7217252922cc827feb42b939c385d.tar.gz
upstream-4b275baf91b7217252922cc827feb42b939c385d.tar.bz2
upstream-4b275baf91b7217252922cc827feb42b939c385d.zip
kernel: bump 4.9 to 4.9.73
Refresh patches. Runtime tested: ar71xx - Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'target/linux/mvebu/patches-4.9/422-net-mvneta-add-nway_reset-support.patch')
-rw-r--r--target/linux/mvebu/patches-4.9/422-net-mvneta-add-nway_reset-support.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mvebu/patches-4.9/422-net-mvneta-add-nway_reset-support.patch b/target/linux/mvebu/patches-4.9/422-net-mvneta-add-nway_reset-support.patch
index 20c23ba2ac..d2bbb26ab4 100644
--- a/target/linux/mvebu/patches-4.9/422-net-mvneta-add-nway_reset-support.patch
+++ b/target/linux/mvebu/patches-4.9/422-net-mvneta-add-nway_reset-support.patch
@@ -11,7 +11,7 @@ Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
--- a/drivers/net/ethernet/marvell/mvneta.c
+++ b/drivers/net/ethernet/marvell/mvneta.c
-@@ -3615,6 +3615,13 @@ mvneta_ethtool_get_link_ksettings(struct
+@@ -3619,6 +3619,13 @@ mvneta_ethtool_get_link_ksettings(struct
return phylink_ethtool_ksettings_get(pp->phylink, cmd);
}
@@ -25,7 +25,7 @@ Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
/* Set interrupt coalescing for ethtools */
static int mvneta_ethtool_set_coalesce(struct net_device *dev,
struct ethtool_coalesce *c)
-@@ -3888,6 +3895,7 @@ static const struct net_device_ops mvnet
+@@ -3892,6 +3899,7 @@ static const struct net_device_ops mvnet
};
const struct ethtool_ops mvneta_eth_tool_ops = {