kernel: allow adding devices without hw offload to a hw flowtable
[openwrt/openwrt.git] / target / linux / generic / pending-6.1 / 727-net-phy-realtek-use-inline-functions-for-10GbE-adver.patch
index a24b4dd79a1b5f93ab115599b54337d6a98efbac..717ece0d5e6243c13497960c97cfa13fc481a913 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)
-@@ -661,14 +657,11 @@ static int rtl822x_config_aneg(struct ph
+@@ -669,14 +665,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;
        }
-@@ -705,12 +698,7 @@ static int rtl822x_read_status(struct ph
+@@ -713,12 +706,7 @@ static int rtl822x_read_status(struct ph
                if (lpadv < 0)
                        return lpadv;