diff --git a/src/wifi/model/phy-entity.cc b/src/wifi/model/phy-entity.cc index d3b5a93ea..1326941e6 100644 --- a/src/wifi/model/phy-entity.cc +++ b/src/wifi/model/phy-entity.cc @@ -877,6 +877,7 @@ PhyEntity::DoGetEvent(Ptr ppdu, RxPowerWattPerChannelBand& rxPow // Update received power of the event associated to that transmission UpdateInterferenceEvent(event, rxPowersW); } + return nullptr; } else {