remove copy-pasted reference to FixedRss loss model

This commit is contained in:
Tom Henderson
2011-01-03 12:56:27 -08:00
parent bc7a68745d
commit 3ce8fa8e56
2 changed files with 0 additions and 2 deletions

View File

@@ -159,7 +159,6 @@ int main (int argc, char *argv[])
}
YansWifiPhyHelper wifiPhy = YansWifiPhyHelper::Default ();
// This is one parameter that matters when using FixedRssLossModel
// set it to zero; otherwise, gain will be added
wifiPhy.Set ("RxGain", DoubleValue (-10) );
// ns-3 supports RadioTap and Prism tracing extensions for 802.11b

View File

@@ -175,7 +175,6 @@ int main (int argc, char *argv[])
wifi.SetStandard (WIFI_PHY_STANDARD_80211b);
YansWifiPhyHelper wifiPhy = YansWifiPhyHelper::Default ();
// This is one parameter that matters when using FixedRssLossModel
// set it to zero; otherwise, gain will be added
wifiPhy.Set ("RxGain", DoubleValue (0) );
wifiPhy.Set ("CcaMode1Threshold", DoubleValue (0.0) );