diff options
| author | Markus Stockhausen | 2024-09-09 12:18:31 +0000 |
|---|---|---|
| committer | Sander Vanheule | 2024-09-14 18:02:52 +0000 |
| commit | 15c17e6f749add9736178e734fa483ad03f7f18f (patch) | |
| tree | f0e4983796f1263537120c0aa7dfc3231fdb5606 | |
| parent | c5c187432792656dce2885e8b628811d9927fdd0 (diff) | |
| download | openwrt-15c17e6f749add9736178e734fa483ad03f7f18f.tar.gz | |
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@gmx.de>
| -rw-r--r-- | target/linux/realtek/patches-6.6/722-net-dsa-add-rtl838x-support-for-tag-trailer.patch | 4 |
1 files 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@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; |