View | Details | Raw Unified | Return to bug 595
Collapse All | Expand All

(-)a/src/devices/wifi/dcf-manager.cc (+6 lines)
 Lines 572-577    Link Here 
572
void 
572
void 
573
DcfManager::NotifyTxStartNow (Time duration)
573
DcfManager::NotifyTxStartNow (Time duration)
574
{
574
{
575
  if (m_rxing)
576
  {
577
    m_lastRxEnd = Simulator::Now ();
578
    m_lastRxReceivedOk = false;
579
    m_rxing = false;
580
  }
575
  MY_DEBUG ("tx start for "<<duration);
581
  MY_DEBUG ("tx start for "<<duration);
576
  UpdateBackoff ();
582
  UpdateBackoff ();
577
  m_lastTxStart = Simulator::Now ();
583
  m_lastTxStart = Simulator::Now ();

Return to bug 595