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:
Stefano Avallone
2025-05-30 09:13:34 +02:00
parent b8808dcb9d
commit 604a241172

View File

@@ -813,7 +813,6 @@ void
Txop::NotifyOff()
{
NS_LOG_FUNCTION(this);
m_queue->Flush();
}
void