src/devices/wifi/mac-low.cc
changeset 5093 2dc19210c693
parent 5074 355de6af8ea9
parent 4556 19c0844361f3
child 5121 872e554039c3
--- a/src/devices/wifi/mac-low.cc	Fri Jun 19 12:38:01 2009 +0400
+++ b/src/devices/wifi/mac-low.cc	Fri Jun 19 12:58:35 2009 +0400
@@ -869,13 +869,6 @@
             ", duration=" << hdr->GetDuration () <<
             ", seq=0x"<< std::hex << m_currentHdr.GetSequenceControl () << std::dec);
   m_phy->SendPacket (packet, txMode, WIFI_PREAMBLE_LONG, 0);
-  /* 
-   * We have to notify the NAV of transmitted packets because of the 802.11e
-   * requirement from section 9.9.1.4 that each EDCAF update its NAV from the
-   * transmission of any other EDCAF within the same QSTA.
-   */
-  Time txDuration = m_phy->CalculateTxDuration (packet->GetSize (), txMode, WIFI_PREAMBLE_LONG);
-  Simulator::Schedule (txDuration, &MacLow::NotifyNav, this, *hdr, txMode, WIFI_PREAMBLE_LONG);
 }
 
 void