changeset 6069 | c21754b56036 |
parent 5906 | 509b5089a081 |
child 6080 | 41ee42654550 |
--- a/src/devices/mesh/mesh-wifi-interface-mac.h Thu Feb 25 14:17:21 2010 +0100 +++ b/src/devices/mesh/mesh-wifi-interface-mac.h Thu Feb 25 14:57:20 2010 +0100 @@ -91,7 +91,8 @@ virtual void SetAddress (Mac48Address address); virtual void SetSsid (Ssid ssid); //\} - + ///Needed to obtain phy to calculate TX-duration + Ptr<WifiPhy> GetWifiPhy () const; ///\name Each mesh point interfaces must know the mesh point address //\{ void SetMeshPointAddress (Mac48Address);