src/devices/wifi/mac-low.cc
changeset 4264 9d2e96c4e6e4
parent 4263 fec2f830d015
child 4502 07d34c0d8d18
--- a/src/devices/wifi/mac-low.cc	Sat Feb 28 16:25:24 2009 -0800
+++ b/src/devices/wifi/mac-low.cc	Tue Mar 10 23:47:55 2009 -0700
@@ -840,10 +840,6 @@
    */
   Time txDuration = m_phy->CalculateTxDuration (packet->GetSize (), txMode, WIFI_PREAMBLE_LONG);
   Simulator::Schedule (txDuration, &MacLow::NotifyNav, this, *hdr, txMode, WIFI_PREAMBLE_LONG);
-  /*
-   * Tell the phy when we expect the packet has completely been sent -- for tracing
-   */
-  Simulator::Schedule (txDuration, &WifiPhy::SendDone, m_phy, packet);
 }
 
 void