wifi: Fix (un)blocking of queues when MLDs perform legacy association

This commit is contained in:
Stefano Avallone
2024-11-24 21:55:51 +01:00
parent 991c772198
commit 340fbcaf75

View File

@@ -1601,7 +1601,7 @@ WifiMac::BlockUnicastTxOnLinks(WifiQueueBlockedReason reason,
acIndex,
{WIFI_QOSDATA_QUEUE, WIFI_CTL_QUEUE},
address,
GetAddress(),
GetLocalAddress(address),
{ac.GetLowTid(), ac.GetHighTid()},
{linkId});
// block queues storing management and control frames that use link addresses
@@ -1657,7 +1657,7 @@ WifiMac::UnblockUnicastTxOnLinks(WifiQueueBlockedReason reason,
acIndex,
{WIFI_QOSDATA_QUEUE, WIFI_CTL_QUEUE},
address,
GetAddress(),
GetLocalAddress(address),
{ac.GetLowTid(), ac.GetHighTid()},
{linkId});
// unblock queues storing management and control frames that use link addresses