fix bug reported by Gustavo Carneiro: AP does not reply to ARP request.

This commit is contained in:
Mathieu Lacage
2008-04-14 17:12:52 -07:00
parent 14c60f7ad3
commit 8a32b1e369

View File

@@ -383,6 +383,7 @@ DcaTxop::NotifyAccessGranted (void)
m_currentPacket = 0;
m_dcf->ResetCw ();
m_dcf->StartBackoffNow (m_rng->GetNext (0, m_dcf->GetCw ()));
StartAccessIfNeeded ();
MY_DEBUG ("tx broadcast");
}
else