fix bug reported by Gustavo Carneiro: AP does not reply to ARP request.
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon Apr 14 17:12:52 2008 -0700 (22 months ago)
changeset 29117d6721a53b51
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
     1.1 --- a/src/devices/wifi/dca-txop.cc	Mon Apr 14 14:19:12 2008 +0100
     1.2 +++ b/src/devices/wifi/dca-txop.cc	Mon Apr 14 17:12:52 2008 -0700
     1.3 @@ -383,6 +383,7 @@
     1.4        m_currentPacket = 0;
     1.5        m_dcf->ResetCw ();
     1.6        m_dcf->StartBackoffNow (m_rng->GetNext (0, m_dcf->GetCw ()));
     1.7 +      StartAccessIfNeeded ();
     1.8        MY_DEBUG ("tx broadcast");
     1.9      } 
    1.10    else