changeset 6069 | c21754b56036 |
parent 6068 | a2127017ecb4 |
child 6080 | 41ee42654550 |
--- a/src/devices/mesh/mesh-wifi-interface-mac.cc Thu Feb 25 14:17:21 2010 +0100 +++ b/src/devices/mesh/mesh-wifi-interface-mac.cc Thu Feb 25 14:57:20 2010 +0100 @@ -196,6 +196,11 @@ m_dcfManager->SetupPhyListener (phy); m_low->SetPhy (phy); } +Ptr<WifiPhy> +MeshWifiInterfaceMac::GetWifiPhy () const +{ + return m_phy; +} void MeshWifiInterfaceMac::SetWifiRemoteStationManager (Ptr<WifiRemoteStationManager> stationManager) {