From: Jochen Friedrich Date: Thu, 22 Sep 2005 07:51:56 +0000 (-0300) Subject: [TR]: Set correct frame type for SNAP packets X-Git-Tag: v2.6.14-rc3~103^2^2~3 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=0519d8fbabc4eb215a8263f29143ccd86c328157;p=linux-2.6-omap-h63xx.git [TR]: Set correct frame type for SNAP packets Signed-off-by: Jochen Friedrich Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/net/802/tr.c b/net/802/tr.c index 1bb7dc1b85c..1eaa3d19d8b 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) return trllc->ethertype; } - return ntohs(ETH_P_802_2); + return ntohs(ETH_P_TR_802_2); } /*