Bugzilla – Attachment #972: Patch to fixproblem associated with test case. for bug #991
switch (m_state->GetState ()) {
case YansWifiPhy::RX:
NS_LOG_DEBUG ("drop packet because of channel switching while reception");
m_interference.NotifyRxEnd();
m_endRxEvent.Cancel();
goto switchChannel;
break;