src/devices/emu/emu-net-device.cc
changeset 4677 258cf77942bc
parent 4676 45d880dbe0f8
child 4764 e90e1ef585b0
--- a/src/devices/emu/emu-net-device.cc	Fri Jul 10 09:50:24 2009 -0700
+++ b/src/devices/emu/emu-net-device.cc	Fri Jul 10 11:56:35 2009 -0700
@@ -810,10 +810,6 @@
   header.SetLengthType (packet->GetSize ());
   packet->AddHeader (header);
 
-  EthernetTrailer trailer;
-  trailer.CalcFcs (packet);
-  packet->AddTrailer (trailer);
-
   //
   // there's not much meaning associated with the different layers in this
   // device, so don't be surprised when they're all stacked together in