From e45249f1ce3eeae4be8c23bdc9e982652c4ae415 Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Wed, 19 Apr 2023 12:08:37 +0200 Subject: [PATCH] wifi: When blocking packets after ADDBA_REQUEST, use MLD/link address for TA if RA is an MLD/link address --- src/wifi/model/qos-txop.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wifi/model/qos-txop.cc b/src/wifi/model/qos-txop.cc index 5bc6e8951..80bfe991f 100644 --- a/src/wifi/model/qos-txop.cc +++ b/src/wifi/model/qos-txop.cc @@ -116,7 +116,7 @@ QosTxop::QosTxop(AcIndex ac) m_ac, {WIFI_QOSDATA_QUEUE}, recipient, - m_mac->GetAddress(), + m_mac->GetLocalAddress(recipient), {tid}); })); m_baManager->SetUnblockDestinationCallback( @@ -125,7 +125,7 @@ QosTxop::QosTxop(AcIndex ac) m_ac, {WIFI_QOSDATA_QUEUE}, recipient, - m_mac->GetAddress(), + m_mac->GetLocalAddress(recipient), {tid}); })); m_queue->TraceConnectWithoutContext(