From 15c17e6f749add9736178e734fa483ad03f7f18f Mon Sep 17 00:00:00 2001 From: Markus Stockhausen Date: Mon, 9 Sep 2024 08:18:31 -0400 Subject: [PATCH] realtek: 6.6: refresh patch net-dsa-add-rtl838x-support-for-tag-trailer No content changes. Only take over the new patch locations. Signed-off-by: Markus Stockhausen --- .../722-net-dsa-add-rtl838x-support-for-tag-trailer.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/realtek/patches-6.6/722-net-dsa-add-rtl838x-support-for-tag-trailer.patch b/target/linux/realtek/patches-6.6/722-net-dsa-add-rtl838x-support-for-tag-trailer.patch index 0cb784fcbf..348c59092a 100644 --- a/target/linux/realtek/patches-6.6/722-net-dsa-add-rtl838x-support-for-tag-trailer.patch +++ b/target/linux/realtek/patches-6.6/722-net-dsa-add-rtl838x-support-for-tag-trailer.patch @@ -21,7 +21,7 @@ Submitted-by: John Crispin --- a/net/dsa/tag_trailer.c +++ b/net/dsa/tag_trailer.c -@@ -17,7 +17,12 @@ static struct sk_buff *trailer_xmit(stru +@@ -19,7 +19,12 @@ static struct sk_buff *trailer_xmit(stru trailer = skb_put(skb, 4); trailer[0] = 0x80; @@ -34,7 +34,7 @@ Submitted-by: John Crispin trailer[2] = 0x10; trailer[3] = 0x00; -@@ -33,12 +38,23 @@ static struct sk_buff *trailer_rcv(struc +@@ -35,12 +40,23 @@ static struct sk_buff *trailer_rcv(struc return NULL; trailer = skb_tail_pointer(skb) - 4; -- 2.30.2