--- a/examples/wireless/wifi-simple-adhoc-grid.cc Mon Jan 03 12:41:13 2011 -0800
+++ b/examples/wireless/wifi-simple-adhoc-grid.cc Mon Jan 03 12:56:27 2011 -0800
@@ -159,7 +159,6 @@
}
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
--- a/examples/wireless/wifi-simple-interference.cc Mon Jan 03 12:41:13 2011 -0800
+++ b/examples/wireless/wifi-simple-interference.cc Mon Jan 03 12:56:27 2011 -0800
@@ -175,7 +175,6 @@
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) );