wifi: Report reception of BAR to WifiRemoteStationManager
This commit is contained in:
committed by
Sebastien Deronne
parent
9b0e632ac1
commit
c71bf93386
@@ -894,6 +894,8 @@ MacLow::ReceiveOk (Ptr<WifiMacQueueItem> mpdu, double rxSnr, WifiTxVector txVect
|
||||
}
|
||||
else if (hdr.IsBlockAckReq () && hdr.GetAddr1 () == m_self)
|
||||
{
|
||||
m_stationManager->ReportRxOk (hdr.GetAddr2 (), rxSnr, txVector.GetMode ());
|
||||
|
||||
CtrlBAckRequestHeader blockAckReq;
|
||||
packet->RemoveHeader (blockAckReq);
|
||||
if (!blockAckReq.IsMultiTid ())
|
||||
|
||||
Reference in New Issue
Block a user