Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Jochen Friedrich and committed by
Arnaldo Carvalho de Melo
0519d8fb 096f0eb1

+1 -1
+1 -1
net/802/tr.c
··· 238 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 /*