]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
realtek: refresh patches
authorRobert Marko <robimarko@gmail.com>
Wed, 1 Apr 2026 11:40:22 +0000 (13:40 +0200)
committerRobert Marko <robimarko@gmail.com>
Wed, 1 Apr 2026 11:41:11 +0000 (13:41 +0200)
It seems that Realtek patches need to be refreshed after MXL DSA update.

Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/patches-6.12/700-dsa-mdio-increase-max-ports-for-rtl839x-rtl931x.patch
target/linux/realtek/patches-6.12/721-net-dsa-add-support-for-tag-rtl-otto.patch

index be172fa076dac52dba3f1f6190c98f844e05be50..5f7e96358ac53cb10d2d9d1bbbb934413817409f 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,