diff --git a/src/wifi/model/qos-txop.cc b/src/wifi/model/qos-txop.cc index 43a827de2..b6eec3735 100644 --- a/src/wifi/model/qos-txop.cc +++ b/src/wifi/model/qos-txop.cc @@ -1609,7 +1609,7 @@ QosTxop::AddBaResponseTimeout (Mac48Address recipient, uint8_t tid) if (m_baManager->ExistsAgreementInState (recipient, tid, OriginatorBlockAckAgreement::PENDING)) { m_baManager->NotifyAgreementNoReply (recipient, tid); - Simulator::Schedule (m_failedAddBaTimeout, &QosTxop::ResetBa, this, m_currentHdr.GetAddr1 (), tid); + Simulator::Schedule (m_failedAddBaTimeout, &QosTxop::ResetBa, this, recipient, tid); m_backoffTrace = m_rng->GetInteger (0, GetCw ()); StartBackoffNow (m_backoffTrace); RestartAccessIfNeeded ();