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

(-)a/src/devices/wifi/yans-wifi-phy.cc (+1 lines)
 Lines 338-343    Link Here 
338
  switch (m_state->GetState ()) {
338
  switch (m_state->GetState ()) {
339
  case YansWifiPhy::RX:
339
  case YansWifiPhy::RX:
340
    NS_LOG_DEBUG ("drop packet because of channel switching while reception");
340
    NS_LOG_DEBUG ("drop packet because of channel switching while reception");
341
    m_interference.NotifyRxEnd();
341
    m_endRxEvent.Cancel();
342
    m_endRxEvent.Cancel();
342
    goto switchChannel;
343
    goto switchChannel;
343
    break;
344
    break;

Return to bug 991