From: Markus Stockhausen Date: Mon, 9 Sep 2024 12:18:31 +0000 (-0400) Subject: realtek: 6.6: refresh patch net-dsa-add-rtl838x-support-for-tag-trailer X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=15c17e6f749add9736178e734fa483ad03f7f18f;p=openwrt%2Fstaging%2Fthess.git 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 --- 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;