src/devices/wifi/mac-high-nqsta.h
changeset 2054 ba8e810bae4c
parent 2009 afed751cc0b5
child 2159 20f882e85b4a
--- a/src/devices/wifi/mac-high-nqsta.h	Wed Oct 31 11:45:04 2007 +0100
+++ b/src/devices/wifi/mac-high-nqsta.h	Wed Oct 31 12:05:25 2007 +0100
@@ -52,7 +52,7 @@
   void SetForwardCallback (ForwardCallback callback);
   void SetAssociatedCallback (AssociatedCallback callback);
   void SetDisAssociatedCallback (DisAssociatedCallback callback);
-  void SetPhy (WifiPhy *phy);
+  void SetPhy (Ptr<WifiPhy> phy);
   void SetStations (MacStations *stations);
 
   void SetMaxMissedBeacons (uint32_t missed);
@@ -98,7 +98,7 @@
   Time m_beaconWatchdogEnd;
   Mac48Address m_bssid;
   uint32_t m_maxMissedBeacons;
-  WifiPhy *m_phy;
+  Ptr<WifiPhy> m_phy;
   MacStations *m_stations;
 };