diff --git a/src/spectrum/model/wifi-spectrum-value-helper.h b/src/spectrum/model/wifi-spectrum-value-helper.h index b509642e1..43d6c5293 100644 --- a/src/spectrum/model/wifi-spectrum-value-helper.h +++ b/src/spectrum/model/wifi-spectrum-value-helper.h @@ -215,7 +215,6 @@ public: * \param minInnerBandDbr the minimum relative power in the inner band (i.e. -20 dBr in the figure above) * \param minOuterbandDbr the minimum relative power in the outer band (i.e. -28 dBr in the figure above) * \param lowestPointDbr maximum relative power of the outermost subcarriers of the guard band (in dBr) - * \return a pointer to a newly allocated SpectrumValue representing the HT OFDM Transmit Power Spectral Density in W/Hz for each Band */ static void CreateSpectrumMaskForOfdm (Ptr c, std::vector allocatedSubBands, WifiSpectrumBand maskBand, double txPowerPerBandW, uint32_t nGuardBands, uint32_t innerSlopeWidth,