diff --git a/src/wifi/model/wifi-phy.cc b/src/wifi/model/wifi-phy.cc index 6f2b3460b..8796b32ad 100644 --- a/src/wifi/model/wifi-phy.cc +++ b/src/wifi/model/wifi-phy.cc @@ -3049,7 +3049,7 @@ WifiPhy::EndReceive (Ptr event) Ptr packet = event->GetPacket (); Time relativeStart = NanoSeconds (0); - bool receptionOkAtLeastForOneMpdu = true; + bool receptionOkAtLeastForOneMpdu = false; std::pair rxInfo; WifiTxVector txVector = event->GetTxVector (); if (txVector.IsAggregation ())