Skip to content

Commit

Permalink
[TR]: Set correct frame type for SNAP packets
Browse files Browse the repository at this point in the history
Signed-off-by: Jochen Friedrich <jochen@scram.de>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
  • Loading branch information
Jochen Friedrich authored and Arnaldo Carvalho de Melo committed Sep 22, 2005
1 parent 096f0eb commit 0519d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/802/tr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/*
Expand Down

0 comments on commit 0519d8f

Please sign in to comment.