wifi: fix address field for commit 02ada4d0519e in case of VHT single MPDU

This commit is contained in:
Sébastien Deronne
2016-02-26 12:48:21 +01:00
parent 169c96bb0b
commit 2f8080b483

View File

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