]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
realtek: refresh patches 22747/head
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Thu, 2 Apr 2026 19:18:08 +0000 (21:18 +0200)
committerRobert Marko <robimarko@gmail.com>
Fri, 3 Apr 2026 09:10:55 +0000 (11:10 +0200)
Builders are currently complaining. Refresh patches. Automatic
update, no manual intervention needed.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/22747
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/patches-6.18/700-dsa-mdio-increase-max-ports-for-rtl839x-rtl931x.patch
target/linux/realtek/patches-6.18/721-net-dsa-add-support-for-tag-rtl-otto.patch

index 40d181da730efc601e630f731ea8f2ab86addd15..24d87e4bbe4af32f16f82eda9d1f680366e3739d 100644 (file)
@@ -70,7 +70,7 @@ Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
  struct dsa_chip_data {
 --- a/include/net/dsa.h
 +++ b/include/net/dsa.h
-@@ -481,7 +481,7 @@ struct dsa_switch {
+@@ -480,7 +480,7 @@ struct dsa_switch {
        /*
         * User mii_bus and devices for the individual ports.
         */
@@ -79,7 +79,7 @@ Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
        struct mii_bus          *user_mii_bus;
  
        /* Ageing Time limits in msecs */
-@@ -617,24 +617,24 @@ static inline bool dsa_is_user_port(stru
+@@ -616,24 +616,24 @@ static inline bool dsa_is_user_port(stru
        dsa_switch_for_each_port_continue_reverse((_dp), (_ds)) \
                if (dsa_port_is_cpu((_dp)))
  
index d82a05edc2a7f094872f488129d651fa655ff4ac..dba3418a69fcf6465b016b3272cc5ac992470334 100644 (file)
@@ -39,9 +39,9 @@ Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
  #define DSA_TAG_PROTO_MXL862_8021Q_VALUE      31
 +#define DSA_TAG_PROTO_RTL_OTTO_VALUE          32
  
  enum dsa_tag_protocol {
-@@ -92,6 +93,7 @@ enum dsa_tag_protocol {
+       DSA_TAG_PROTO_NONE              = DSA_TAG_PROTO_NONE_VALUE,
+@@ -91,6 +92,7 @@ enum dsa_tag_protocol {
        DSA_TAG_PROTO_VSC73XX_8021Q     = DSA_TAG_PROTO_VSC73XX_8021Q_VALUE,
        DSA_TAG_PROTO_MXL862            = DSA_TAG_PROTO_MXL862_VALUE,
        DSA_TAG_PROTO_MXL862_8021Q      = DSA_TAG_PROTO_MXL862_8021Q_VALUE,