aboutsummaryrefslogtreecommitdiffstats
path: root/net/802
diff options
context:
space:
mode:
authorJochen Friedrich <jochen@scram.de>2005-09-22 03:51:56 -0400
committerArnaldo Carvalho de Melo <acme@mandriva.com>2005-09-22 03:51:56 -0400
commit0519d8fbabc4eb215a8263f29143ccd86c328157 (patch)
tree4374f22b1b1111705cadb4ec9dbcd90c2935600e /net/802
parent096f0eb1dff326ddebfedeb128fb48d5b7ca75e1 (diff)
[TR]: Set correct frame type for SNAP packets
Signed-off-by: Jochen Friedrich <jochen@scram.de> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Diffstat (limited to 'net/802')
-rw-r--r--net/802/tr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/802/tr.c b/net/802/tr.c
index 1bb7dc1b85cd..1eaa3d19d8bf 100644
--- 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)
238 return trllc->ethertype; 238 return trllc->ethertype;
239 } 239 }
240 240
241 return ntohs(ETH_P_802_2); 241 return ntohs(ETH_P_TR_802_2);
242} 242}
243 243
244/* 244/*