fix bug reported by Gustavo Carneiro: AP does not reply to ARP request.
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 14 Apr 2008 17:12:52 -0700
changeset 2911 7d6721a53b51
parent 2910 db4e803514cb
child 2912 843e6218834f
fix bug reported by Gustavo Carneiro: AP does not reply to ARP request.
src/devices/wifi/dca-txop.cc
--- a/src/devices/wifi/dca-txop.cc	Mon Apr 14 14:19:12 2008 +0100
+++ b/src/devices/wifi/dca-txop.cc	Mon Apr 14 17:12:52 2008 -0700
@@ -383,6 +383,7 @@
       m_currentPacket = 0;
       m_dcf->ResetCw ();
       m_dcf->StartBackoffNow (m_rng->GetNext (0, m_dcf->GetCw ()));
+      StartAccessIfNeeded ();
       MY_DEBUG ("tx broadcast");
     } 
   else