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>
This commit is contained in:
parent
c5c1874327
commit
15c17e6f74
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ Submitted-by: John Crispin <john@phrozen.org>
|
||||||
|
|
||||||
--- a/net/dsa/tag_trailer.c
|
--- a/net/dsa/tag_trailer.c
|
||||||
+++ b/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 = skb_put(skb, 4);
|
||||||
trailer[0] = 0x80;
|
trailer[0] = 0x80;
|
||||||
|
@ -34,7 +34,7 @@ Submitted-by: John Crispin <john@phrozen.org>
|
||||||
trailer[2] = 0x10;
|
trailer[2] = 0x10;
|
||||||
trailer[3] = 0x00;
|
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;
|
return NULL;
|
||||||
|
|
||||||
trailer = skb_tail_pointer(skb) - 4;
|
trailer = skb_tail_pointer(skb) - 4;
|
||||||
|
|
Loading…
Reference in a new issue