diff options
author | Kabuli Chana <newtownBuild@gmail.com> | 2021-02-23 10:29:49 -0700 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-24 18:45:59 +0100 |
commit | dc8cc446128776ee69571ff03925e6bd3256c2e0 (patch) | |
tree | 604d6c52d28a3171b2c416c75beeb54b80e2cf4e /target/linux/ath79/patches-5.10/425-at803x-allow-sgmii-aneg-override.patch | |
parent | a0eff5ddffa7f8445fd9f80683c231d71ae880cb (diff) | |
download | upstream-dc8cc446128776ee69571ff03925e6bd3256c2e0.tar.gz upstream-dc8cc446128776ee69571ff03925e6bd3256c2e0.tar.bz2 upstream-dc8cc446128776ee69571ff03925e6bd3256c2e0.zip |
kernel: bump version 5.10 to 5.10.18
update kernel version, refresh current patchset
Signed-off-by: Kabuli Chana <newtownBuild@gmail.com>
[rebase/refresh]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/patches-5.10/425-at803x-allow-sgmii-aneg-override.patch')
-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 396b1ee7a2..b42102a966 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 -@@ -383,6 +383,13 @@ static int at803x_aneg_done(struct phy_d +@@ -698,6 +698,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; |