projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
096f0eb
)
[TR]: Set correct frame type for SNAP packets
author
Jochen Friedrich
<jochen@scram.de>
Thu, 22 Sep 2005 07:51:56 +0000
(
04:51
-0300)
committer
Arnaldo Carvalho de Melo
<acme@mandriva.com>
Thu, 22 Sep 2005 07:51:56 +0000
(
04:51
-0300)
Signed-off-by: Jochen Friedrich <jochen@scram.de>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
net/802/tr.c
patch
|
blob
|
history
diff --git
a/net/802/tr.c
b/net/802/tr.c
index 1bb7dc1b85cd448d4de0b47485dd54b9212b535d..1eaa3d19d8bf760b19b57d2a6b5556de677dd0cb 100644
(file)
--- a/
net/802/tr.c
+++ b/
net/802/tr.c
@@
-238,7
+238,7
@@
unsigned short tr_type_trans(struct sk_buff *skb, struct net_device *dev)
return trllc->ethertype;
}
- return ntohs(ETH_P_802_2);
+ return ntohs(ETH_P_
TR_
802_2);
}
/*