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

(-)a/src/devices/wifi/dcf-manager.cc (-1 / +1 lines)
 Lines 433-439    Link Here 
433
DcfManager::GetAccessGrantStart (void) const
433
DcfManager::GetAccessGrantStart (void) const
434
{
434
{
435
  Time rxAccessStart;
435
  Time rxAccessStart;
436
  if (m_lastRxEnd >= m_lastRxStart) 
436
  if (!m_rxing) 
437
    {
437
    {
438
      rxAccessStart = m_lastRxEnd;
438
      rxAccessStart = m_lastRxEnd;
439
      if (!m_lastRxReceivedOk)
439
      if (!m_lastRxReceivedOk)

Return to bug 625