kernel: bump 5.10 to 5.10.31
[openwrt/staging/wigyori.git] / target / linux / ramips / patches-5.10 / 710-at803x.patch
index 2b0407d5258eb0da248a0f23e56cea1ade040d88..cb239325144fa2a6a9f12cb819b394b0cb47d01f 100644 (file)
@@ -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,