src/wifi/helper/yans-wifi-helper.cc
changeset 11451 36f951da53ac
parent 11450 9f4ae69f12b7
child 11479 a3dcf66928f3
--- a/src/wifi/helper/yans-wifi-helper.cc	Sun Jun 21 00:23:45 2015 +0200
+++ b/src/wifi/helper/yans-wifi-helper.cc	Mon Jun 22 18:28:40 2015 +0200
@@ -242,7 +242,6 @@
   Ptr<ErrorRateModel> error = m_errorRateModel.Create<ErrorRateModel> ();
   phy->SetErrorRateModel (error);
   phy->SetChannel (m_channel);
-  phy->SetMobility (node);
   phy->SetDevice (device);
   return phy;
 }