remove copy-pasted reference to FixedRss loss model
authorTom Henderson <tomh@tomh.org>
Mon, 03 Jan 2011 12:56:27 -0800
changeset 6759 2f6a473a4aa8
parent 6758 1ed6a802a8ca
child 6760 9e4859305744
remove copy-pasted reference to FixedRss loss model
examples/wireless/wifi-simple-adhoc-grid.cc
examples/wireless/wifi-simple-interference.cc
--- 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) );