wifi: (fixes #116) Fix receptionOkAtLeastForOneMpdu assessment
Fix the scenario where all MPDUs' reception failed but the receptionOkAtLeastForOneMpdu variable is true
This commit is contained in:
@@ -3049,7 +3049,7 @@ WifiPhy::EndReceive (Ptr<Event> event)
|
||||
|
||||
Ptr<const Packet> packet = event->GetPacket ();
|
||||
Time relativeStart = NanoSeconds (0);
|
||||
bool receptionOkAtLeastForOneMpdu = true;
|
||||
bool receptionOkAtLeastForOneMpdu = false;
|
||||
std::pair<bool, SignalNoiseDbm> rxInfo;
|
||||
WifiTxVector txVector = event->GetTxVector ();
|
||||
if (txVector.IsAggregation ())
|
||||
|
||||
Reference in New Issue
Block a user