wifi: (fixes #165) Notify station manager when a BlockAck has not been received after the transmission of an A-MPDU

This commit is contained in:
Sébastien Deronne
2020-03-29 12:25:08 +02:00
committed by Sebastien Deronne
parent 5739ee918a
commit b1f5945085

View File

@@ -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 ();