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

(-)a/src/devices/wifi/yans-wifi-phy.cc (+1 lines)
 Lines 360-365    Link Here 
360
360
361
  NS_LOG_DEBUG("switching channel " << m_channelNumber << " -> " << nch);
361
  NS_LOG_DEBUG("switching channel " << m_channelNumber << " -> " << nch);
362
  m_state->SwitchToChannelSwitching(m_channelSwitchDelay); 
362
  m_state->SwitchToChannelSwitching(m_channelSwitchDelay); 
363
  m_interference.NotifyRxEnd();
363
  m_interference.EraseEvents(); 
364
  m_interference.EraseEvents(); 
364
  /*
365
  /*
365
   * Needed here to be able to correctly sensed the medium for the first
366
   * Needed here to be able to correctly sensed the medium for the first

Return to bug 991