wifi: fix address field for commit 02ada4d0519e in case of VHT single MPDU
This commit is contained in:
@@ -3223,7 +3223,7 @@ MacLow::AggregateToAmpdu (Ptr<const Packet> packet, const WifiMacHeader hdr)
|
||||
newPacket->AddPacketTag (ampdutag);
|
||||
|
||||
NS_LOG_DEBUG ("tx unicast VHT single MPDU with sequence number " << hdr.GetSequenceNumber ());
|
||||
listenerIt->second->SetAmpdu (hdr.GetAddr2 (), true);
|
||||
listenerIt->second->SetAmpdu (hdr.GetAddr1 (), true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user