kernel: bump 6.1 to 6.1.80
[openwrt/staging/mans0n.git] / target / linux / generic / pending-6.1 / 727-net-phy-realtek-use-inline-functions-for-10GbE-adver.patch
index 717ece0d5e6243c13497960c97cfa13fc481a913..cafaefd3bf9bb04bd8e409193fd197d1a39afe41 100644 (file)
@@ -25,7 +25,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  
  #define RTL9000A_GINMR                                0x14
  #define RTL9000A_GINMR_LINK_STATUS            BIT(4)
-@@ -669,14 +665,11 @@ static int rtl822x_config_aneg(struct ph
+@@ -671,14 +667,11 @@ static int rtl822x_config_aneg(struct ph
        int ret = 0;
  
        if (phydev->autoneg == AUTONEG_ENABLE) {
@@ -44,7 +44,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
                if (ret < 0)
                        return ret;
        }
-@@ -713,12 +706,7 @@ static int rtl822x_read_status(struct ph
+@@ -715,12 +708,7 @@ static int rtl822x_read_status(struct ph
                if (lpadv < 0)
                        return lpadv;