src/devices/wifi/dca-txop.cc
changeset 2054 ba8e810bae4c
parent 2001 00f8a2a9cd89
child 2087 2914851fd238
--- a/src/devices/wifi/dca-txop.cc	Wed Oct 31 11:45:04 2007 +0100
+++ b/src/devices/wifi/dca-txop.cc	Wed Oct 31 12:05:25 2007 +0100
@@ -165,7 +165,7 @@
   m_low->RegisterNavListener (m_navListener);
 }
 void
-DcaTxop::SetPhy (WifiPhy *phy)
+DcaTxop::SetPhy (Ptr<WifiPhy> phy)
 {
   m_phyListener = new DcaTxop::PhyListener (m_dcf);
   phy->RegisterListener (m_phyListener);