diff -r 012487e16e31 -r ba8e810bae4c src/devices/wifi/mac-high-adhoc.h --- a/src/devices/wifi/mac-high-adhoc.h Wed Oct 31 11:45:04 2007 +0100 +++ b/src/devices/wifi/mac-high-adhoc.h Wed Oct 31 12:05:25 2007 +0100 @@ -44,7 +44,7 @@ void SetForwardCallback (ForwardCallback callback); void SetDcaTxop (DcaTxop *dca); void SetStations (MacStations *stations); - void SetPhy (WifiPhy *phy); + void SetPhy (Ptr phy); Mac48Address GetBssid (void) const; @@ -57,7 +57,7 @@ WifiNetDevice *m_device; ForwardCallback m_callback; MacStations *m_stations; - WifiPhy *m_phy; + Ptr m_phy; }; } // namespace ns3