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:
committed by
Sebastien Deronne
parent
5739ee918a
commit
b1f5945085
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user