[openwrt/openwrt] realtek: 6.6: refresh patch net-dsa-add-rtl838x-support-for-tag-trailer

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 14 12:30:32 PDT 2024


svanheule pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/15c17e6f749add9736178e734fa483ad03f7f18f

commit 15c17e6f749add9736178e734fa483ad03f7f18f
Author: Markus Stockhausen <markus.stockhausen at gmx.de>
AuthorDate: Mon Sep 9 08:18:31 2024 -0400

    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 <markus.stockhausen at gmx.de>
---
 .../patches-6.6/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 <john at phrozen.org>
 
 --- 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 <john at phrozen.org>
  	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;




More information about the lede-commits mailing list