diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-06-10 19:51:01 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-06-14 01:36:36 +0200 |
commit | 677813c77678b80e99c4f97b433f428de26ca10f (patch) | |
tree | 28b1267949a27498476f9001aa9a927c0382e71d /target/linux/ath79 | |
parent | 5c68c624f671eb1773a82485d398ac933c4d416a (diff) | |
download | upstream-677813c77678b80e99c4f97b433f428de26ca10f.tar.gz upstream-677813c77678b80e99c4f97b433f428de26ca10f.tar.bz2 upstream-677813c77678b80e99c4f97b433f428de26ca10f.zip |
kernel: bump 5.10 to 5.10.43
No deleted or manually refreshed patches.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/patches-5.10/425-at803x-allow-sgmii-aneg-override.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/patches-5.10/425-at803x-allow-sgmii-aneg-override.patch b/target/linux/ath79/patches-5.10/425-at803x-allow-sgmii-aneg-override.patch index b42102a966..db3427683f 100644 --- a/target/linux/ath79/patches-5.10/425-at803x-allow-sgmii-aneg-override.patch +++ b/target/linux/ath79/patches-5.10/425-at803x-allow-sgmii-aneg-override.patch @@ -1,6 +1,6 @@ --- a/drivers/net/phy/at803x.c +++ b/drivers/net/phy/at803x.c -@@ -698,6 +698,13 @@ static int at803x_aneg_done(struct phy_d +@@ -733,6 +733,13 @@ static int at803x_aneg_done(struct phy_d if (!(phy_read(phydev, AT803X_PSSR) & AT803X_PSSR_MR_AN_COMPLETE)) { phydev_warn(phydev, "803x_aneg_done: SGMII link is not ok\n"); aneg_done = 0; |