src/devices/wifi/wifi-channel.h
changeset 2806 73da2b282d83
parent 2720 3c7d9f8c9034
child 2934 5bdc12f09798
--- a/src/devices/wifi/wifi-channel.h	Mon Mar 31 09:49:22 2008 -0700
+++ b/src/devices/wifi/wifi-channel.h	Mon Mar 31 09:51:30 2008 -0700
@@ -39,11 +39,10 @@
  *
  * This channel subclass can be used to connect together a set of 
  * ns3::WifiNetDevice network interfaces. A WifiChannel contains
- * a PropagationLossModel and a PropagationDelayModel which can
+ * a ns3::PropagationLossModel and a ns3::PropagationDelayModel which can
  * be overriden by the WifiChannel::SetPropagationLossModel
  * and the WifiChannel::SetPropagationDelayModel methods. By default,
- * The PropagationDelayModel is a ns3::ConstantSpeedPropagationModel,
- * and the PropagationLossModel is a ns3::PathLossPropagationModel.
+ * no propagation models are set.
  */
 class WifiChannel : public Channel
 {