diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-04-16 17:30:59 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-04-17 21:50:08 +0200 |
commit | 57e32650efa4d0c067cdd15c36d0403700df8526 (patch) | |
tree | c26779d6cab97c525c629fb6aff806c1082a44b5 /target | |
parent | b3728f2cbd22c033ff852695eb6832c4040af37e (diff) | |
download | upstream-57e32650efa4d0c067cdd15c36d0403700df8526.tar.gz upstream-57e32650efa4d0c067cdd15c36d0403700df8526.tar.bz2 upstream-57e32650efa4d0c067cdd15c36d0403700df8526.zip |
kernel: bump 5.10 to 5.10.31
Automatically refreshed:
ramips/patches-5.10/710-at803x.patch
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/patches-5.10/710-at803x.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/patches-5.10/710-at803x.patch b/target/linux/ramips/patches-5.10/710-at803x.patch index 2b0407d525..cb23932514 100644 --- a/target/linux/ramips/patches-5.10/710-at803x.patch +++ b/target/linux/ramips/patches-5.10/710-at803x.patch @@ -139,11 +139,11 @@ Signed-off-by: René van Dorst <opensource@vdorst.com> ret = at803x_config_mdix(phydev, phydev->mdix_ctrl); if (ret < 0) return ret; -@@ -1120,6 +1203,7 @@ static struct phy_driver at803x_driver[] +@@ -1083,6 +1166,7 @@ static struct phy_driver at803x_driver[] .suspend = at803x_suspend, .resume = at803x_resume, /* PHY_GBIT_FEATURES */ + .config_aneg = at803x_config_aneg, .read_status = at803x_read_status, - .aneg_done = at803x_aneg_done, - .ack_interrupt = &at803x_ack_interrupt, + .ack_interrupt = at803x_ack_interrupt, + .config_intr = at803x_config_intr, |