From 572938387409eaba6fba625fc3ee0bbf1a889a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Sun, 4 Dec 2016 15:23:34 +0100 Subject: [PATCH] wifi: Remove unused WifiMacTrailer in DcaTxop --- src/wifi/model/dca-txop.cc | 2 -- 1 file changed, 2 deletions(-) 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 ();