From 8f81e6c0009cdb6c84155a2be4f4518d052fbbde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Sat, 1 Dec 2018 09:54:07 +0100 Subject: [PATCH] wifi: Fix warning message for deprecated attribute EnergyDetectionThreshold --- src/wifi/model/wifi-phy.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wifi/model/wifi-phy.cc b/src/wifi/model/wifi-phy.cc index d88312e42..f37b620c3 100644 --- a/src/wifi/model/wifi-phy.cc +++ b/src/wifi/model/wifi-phy.cc @@ -185,7 +185,7 @@ WifiPhy::GetTypeId (void) DoubleValue (-101.0), MakeDoubleAccessor (&WifiPhy::SetEdThreshold), MakeDoubleChecker (), - TypeId::DEPRECATED, "Replaced by RxSensitivity, this attribute has no effect.") + TypeId::DEPRECATED, "Replaced by RxSensitivity.") .AddAttribute ("RxSensitivity", "The energy of a received signal should be higher than " "this threshold (dBm) for the PHY to detect the signal.",