diff options
author | John Audia <therealgraysky@proton.me> | 2023-04-29 04:00:30 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-04-30 00:01:12 +0200 |
commit | 80c1105b0339516344f12364a599070ab1c9a41a (patch) | |
tree | 408eac16b110a5e0d9854abd91a35e0dca89f7bb /target/linux/ath79 | |
parent | 4a043dc9d46e36882afbecb20f479e335549bd4b (diff) | |
download | upstream-80c1105b0339516344f12364a599070ab1c9a41a.tar.gz upstream-80c1105b0339516344f12364a599070ab1c9a41a.tar.bz2 upstream-80c1105b0339516344f12364a599070ab1c9a41a.zip |
kernel: bump 5.10 to 5.10.179
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
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 92c64ac9c4..ef1e5a6b4a 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 @@ -16,7 +16,7 @@ Submitted-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> --- a/drivers/net/phy/at803x.c +++ b/drivers/net/phy/at803x.c -@@ -830,6 +830,13 @@ static int at803x_aneg_done(struct phy_d +@@ -959,6 +959,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; |