src/devices/wifi/mac-low.cc
changeset 2508 18b690d1e74b
parent 2350 0b54480c4fd1
child 2524 db72c0e7743e
--- a/src/devices/wifi/mac-low.cc	Wed Feb 27 20:39:06 2008 -0800
+++ b/src/devices/wifi/mac-low.cc	Thu Feb 28 06:18:02 2008 +0100
@@ -30,7 +30,7 @@
 #include "wifi-mac-trailer.h"
 #include "wifi-net-device.h"
 #include "mac-stations.h"
-#include "mac-parameters.h"
+#include "wifi-mac-parameters.h"
 #include "ns3/composite-trace-resolver.h"
 
 NS_LOG_COMPONENT_DEFINE ("MacLow");
@@ -320,7 +320,7 @@
   m_phy = phy;
 }
 void 
-MacLow::SetParameters (MacParameters *parameters)
+MacLow::SetParameters (WifiMacParameters *parameters)
 {
   m_parameters = parameters;
 }