wifi: When blocking packets after ADDBA_REQUEST, use MLD/link address for TA if RA is an MLD/link address
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user