wifi: Ack frames shall not be used to set the TXOP holder

This commit is contained in:
Stefano Avallone
2023-01-31 21:42:17 +01:00
parent a4e7f9ee0a
commit b657a8df59

View File

@@ -687,7 +687,7 @@ QosFrameExchangeManager::SetTxopHolder(Ptr<const WifiPsdu> psdu, const WifiTxVec
{
m_txopHolder = psdu->GetAddr2();
}
else if (hdr.IsCts() || hdr.IsAck())
else if (hdr.IsCts())
{
m_txopHolder = psdu->GetAddr1();
}