wifi: Do not add band filter twice

This commit is contained in:
Sébastien Deronne
2023-08-07 22:34:43 +02:00
parent 754165eb40
commit ef76e67861

View File

@@ -79,7 +79,6 @@ SpectrumWifiPhyHelper::AddChannel(const std::string& channelName, const Frequenc
{
Ptr<SpectrumChannel> channel = Names::Find<SpectrumChannel>(channelName);
AddChannel(channel, freqRange);
AddWifiBandwidthFilter(channel);
}
void