src/devices/wifi/mac-low.h
changeset 2508 18b690d1e74b
parent 2350 0b54480c4fd1
child 2524 db72c0e7743e
--- a/src/devices/wifi/mac-low.h	Wed Feb 27 20:39:06 2008 -0800
+++ b/src/devices/wifi/mac-low.h	Thu Feb 28 06:18:02 2008 +0100
@@ -40,7 +40,7 @@
 class PacketLogger;
 class MacStations;
 class MacStation;
-class MacParameters;
+class WifiMacParameters;
 
 /**
  * \brief listen to events coming from ns3::MacLow.
@@ -280,7 +280,7 @@
   void SetDevice (Ptr<WifiNetDevice> device);
   void SetPhy (Ptr<WifiPhy> phy);
   void SetStations (MacStations *stations);
-  void SetParameters (MacParameters *parameters);
+  void SetParameters (WifiMacParameters *parameters);
   Ptr<NetDevice> GetDevice (void) const;
   /**
    * \param callback the callback which receives every incoming packet.
@@ -389,7 +389,7 @@
   Ptr<WifiNetDevice> m_device;
   Ptr<WifiPhy> m_phy;
   MacStations *m_stations;
-  MacParameters *m_parameters;
+  WifiMacParameters *m_parameters;
   MacLowRxCallback m_rxCallback;
   typedef std::vector<MacLowNavListener *>::const_iterator NavListenersCI;
   typedef std::vector<MacLowNavListener *> NavListeners;