src/devices/wifi/dca-txop.h
changeset 2054 ba8e810bae4c
parent 1969 a3803bfd94f9
child 2059 d8b7b2de044e
--- a/src/devices/wifi/dca-txop.h	Wed Oct 31 11:45:04 2007 +0100
+++ b/src/devices/wifi/dca-txop.h	Wed Oct 31 12:05:25 2007 +0100
@@ -48,7 +48,7 @@
   ~DcaTxop ();
 
   void SetLow (MacLow *low);
-  void SetPhy (WifiPhy *phy);
+  void SetPhy (Ptr<WifiPhy> phy);
   void SetParameters (MacParameters *parameters);
   void SetTxMiddle (MacTxMiddle *txMiddle);
   void SetTxOkCallback (TxOk callback);