diff --git a/src/wifi/model/edca-txop-n.cc b/src/wifi/model/edca-txop-n.cc index 6f8d4ae02..385f2b2e7 100644 --- a/src/wifi/model/edca-txop-n.cc +++ b/src/wifi/model/edca-txop-n.cc @@ -874,7 +874,6 @@ void EdcaTxopN::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 ();