--- 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