From 604a24117233bc650a7cf4de7455a32e84ba0f9d Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Fri, 30 May 2025 09:13:34 +0200 Subject: [PATCH] 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. --- src/wifi/model/txop.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wifi/model/txop.cc b/src/wifi/model/txop.cc index d61cdd83f..aae7452fd 100644 --- a/src/wifi/model/txop.cc +++ b/src/wifi/model/txop.cc @@ -813,7 +813,6 @@ void Txop::NotifyOff() { NS_LOG_FUNCTION(this); - m_queue->Flush(); } void