wifi: Make sure preamble detection is not scheduled multiple times for PPDUs with same UID

This commit is contained in:
Sébastien Deronne
2023-05-18 17:56:30 +02:00
committed by Sebastien Deronne
parent 9e652e463f
commit 7ef0c32f62

View File

@@ -877,6 +877,7 @@ PhyEntity::DoGetEvent(Ptr<const WifiPpdu> ppdu, RxPowerWattPerChannelBand& rxPow
// Update received power of the event associated to that transmission
UpdateInterferenceEvent(event, rxPowersW);
}
return nullptr;
}
else
{