bug 584: NAV duration is set incorrectly in MacLow::DoNavResetNow
authorKirill V. Andreev <kirillano@yandex.ru>
Mon, 08 Jun 2009 13:50:38 +0200
changeset 4512 d21a2eafb84d
parent 4511 d373c2f06a29
child 4513 544c9d637ff1
child 4514 d7e974543905
bug 584: NAV duration is set incorrectly in MacLow::DoNavResetNow
src/devices/wifi/mac-low.cc
--- a/src/devices/wifi/mac-low.cc	Mon Jun 08 13:47:04 2009 +0200
+++ b/src/devices/wifi/mac-low.cc	Mon Jun 08 13:50:38 2009 +0200
@@ -804,7 +804,7 @@
       (*i)->NavReset (duration);
     }
   m_lastNavStart = Simulator::Now ();
-  m_lastNavStart = duration;
+  m_lastNavDuration = duration;
 }
 bool
 MacLow::DoNavStartNow (Time duration)