From e0cfd7f58bc85269a36d0ef1f60f1da66c2503ce Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Wed, 1 Apr 2026 13:40:22 +0200 Subject: [PATCH] realtek: refresh patches It seems that Realtek patches need to be refreshed after MXL DSA update. Signed-off-by: Robert Marko --- .../700-dsa-mdio-increase-max-ports-for-rtl839x-rtl931x.patch | 4 ++-- .../721-net-dsa-add-support-for-tag-rtl-otto.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/target/linux/realtek/patches-6.12/700-dsa-mdio-increase-max-ports-for-rtl839x-rtl931x.patch b/target/linux/realtek/patches-6.12/700-dsa-mdio-increase-max-ports-for-rtl839x-rtl931x.patch index be172fa076..5f7e96358a 100644 --- a/target/linux/realtek/patches-6.12/700-dsa-mdio-increase-max-ports-for-rtl839x-rtl931x.patch +++ b/target/linux/realtek/patches-6.12/700-dsa-mdio-increase-max-ports-for-rtl839x-rtl931x.patch @@ -70,7 +70,7 @@ Signed-off-by: Markus Stockhausen 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 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))) diff --git a/target/linux/realtek/patches-6.12/721-net-dsa-add-support-for-tag-rtl-otto.patch b/target/linux/realtek/patches-6.12/721-net-dsa-add-support-for-tag-rtl-otto.patch index d82a05edc2..dba3418a69 100644 --- a/target/linux/realtek/patches-6.12/721-net-dsa-add-support-for-tag-rtl-otto.patch +++ b/target/linux/realtek/patches-6.12/721-net-dsa-add-support-for-tag-rtl-otto.patch @@ -39,9 +39,9 @@ Signed-off-by: Markus Stockhausen #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,