realtek: 6.6: refresh patch net-dsa-add-rtl838x-support-for-tag-trailer
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Mon, 9 Sep 2024 12:18:31 +0000 (08:18 -0400)
committerSander Vanheule <sander@svanheule.net>
Sat, 14 Sep 2024 18:02:52 +0000 (20:02 +0200)
No content changes. Only take over the new patch locations.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
target/linux/realtek/patches-6.6/722-net-dsa-add-rtl838x-support-for-tag-trailer.patch

index 0cb784fcbfa43d0d6e41c08b51c1112b23546ad9..348c59092aa057dd5e0fd1896d5130b65aa60086 100644 (file)
@@ -21,7 +21,7 @@ Submitted-by: John Crispin <john@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@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;