commit | 0519d8fbabc4eb215a8263f29143ccd86c328157 | [log] [tgz] |
---|---|---|
author | Jochen Friedrich <jochen@scram.de> | Thu Sep 22 04:51:56 2005 -0300 |
committer | Arnaldo Carvalho de Melo <acme@mandriva.com> | Thu Sep 22 04:51:56 2005 -0300 |
tree | 4374f22b1b1111705cadb4ec9dbcd90c2935600e | |
parent | 096f0eb1dff326ddebfedeb128fb48d5b7ca75e1 [diff] [blame] |
[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>
diff --git a/net/802/tr.c b/net/802/tr.c index 1bb7dc1..1eaa3d1 100644 --- a/net/802/tr.c +++ b/net/802/tr.c
@@ -238,7 +238,7 @@ return trllc->ethertype; } - return ntohs(ETH_P_802_2); + return ntohs(ETH_P_TR_802_2); } /*