diff --git a/src/wifi/model/dca-txop.cc b/src/wifi/model/dca-txop.cc index 74d925b0a..6c4b3e57d 100644 --- a/src/wifi/model/dca-txop.cc +++ b/src/wifi/model/dca-txop.cc @@ -25,7 +25,6 @@ #include "mac-low.h" #include "wifi-mac-queue.h" #include "mac-tx-middle.h" -#include "wifi-mac-trailer.h" #include "random-stream.h" #undef NS_LOG_APPEND_CONTEXT @@ -290,7 +289,6 @@ void DcaTxop::Queue (Ptr packet, const WifiMacHeader &hdr) { NS_LOG_FUNCTION (this << packet << &hdr); - WifiMacTrailer fcs; m_stationManager->PrepareForQueue (hdr.GetAddr1 (), &hdr, packet); m_queue->Enqueue (packet, hdr); StartAccessIfNeeded ();