[TR]: Set correct frame type for SNAP packets
authorJochen Friedrich <jochen@scram.de>
Thu, 22 Sep 2005 07:51:56 +0000 (04:51 -0300)
committerArnaldo 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

index 1bb7dc1..1eaa3d1 100644 (file)
@@ -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);
 }
 
 /*