diff --git a/src/wifi/model/qos-txop.cc b/src/wifi/model/qos-txop.cc index 96a3c3ce4..27360a56b 100644 --- a/src/wifi/model/qos-txop.cc +++ b/src/wifi/model/qos-txop.cc @@ -970,6 +970,7 @@ QosTxop::MissedBlockAck (uint8_t nMpdus) else { NS_LOG_DEBUG ("Retransmit"); + m_stationManager->ReportDataFailed (m_currentHdr.GetAddr1 (), &m_currentHdr, m_currentPacket->GetSize ()); m_baManager->NotifyMissedBlockAck (m_currentHdr.GetAddr1 (), tid); m_currentPacket = 0; UpdateFailedCw ();