diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2017-12-30 14:22:36 +0000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-01-02 07:14:09 +0100 |
commit | 4b275baf91b7217252922cc827feb42b939c385d (patch) | |
tree | ec5845dd1f2ec31c4a52b1e8455cc1b775545f1e /target/linux/mvebu/patches-4.9/425-net-mvneta-enable-flow-control-for-PHY-connections.patch | |
parent | 7c0a2bc93077f52c033e406864b34af3a4fab245 (diff) | |
download | mtk-20170518-4b275baf91b7217252922cc827feb42b939c385d.zip mtk-20170518-4b275baf91b7217252922cc827feb42b939c385d.tar.gz mtk-20170518-4b275baf91b7217252922cc827feb42b939c385d.tar.bz2 |
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/425-net-mvneta-enable-flow-control-for-PHY-connections.patch')
-rw-r--r-- | target/linux/mvebu/patches-4.9/425-net-mvneta-enable-flow-control-for-PHY-connections.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/patches-4.9/425-net-mvneta-enable-flow-control-for-PHY-connections.patch b/target/linux/mvebu/patches-4.9/425-net-mvneta-enable-flow-control-for-PHY-connections.patch index f2d14af..3c2511d 100644 --- a/target/linux/mvebu/patches-4.9/425-net-mvneta-enable-flow-control-for-PHY-connections.patch +++ b/target/linux/mvebu/patches-4.9/425-net-mvneta-enable-flow-control-for-PHY-connections.patch @@ -12,7 +12,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 -@@ -3153,10 +3153,11 @@ static void mvneta_validate_support(stru +@@ -3157,10 +3157,11 @@ static void mvneta_validate_support(stru phylink_set(mask, 10baseT_Full); phylink_set(mask, 100baseT_Half); phylink_set(mask, 100baseT_Full); |