wifi: Do not flush queues when a PHY is set to off
The PHY operating on a link that is not setup is set to off, which should not lead us to flush the queues.
This commit is contained in:
@@ -813,7 +813,6 @@ void
|
||||
Txop::NotifyOff()
|
||||
{
|
||||
NS_LOG_FUNCTION(this);
|
||||
m_queue->Flush();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user