diff --git a/src/devices/wifi/yans-wifi-channel.h b/src/devices/wifi/yans-wifi-channel.h index 4e3f0d390..b34c2c7e8 100644 --- a/src/devices/wifi/yans-wifi-channel.h +++ b/src/devices/wifi/yans-wifi-channel.h @@ -54,24 +54,11 @@ public: YansWifiChannel (); virtual ~YansWifiChannel (); - /** - * \returns the number of network interfaces connected to - * this channel. - * - * Overriden from the NetDevice base class. - */ + // inherited from Channel. virtual uint32_t GetNDevices (void) const; - - /** - * \param i index of the requested network interface. - * \returns the requested network interfaces connected to - * this channel. - * - * Overriden from the NetDevice base class. - * Indexes start at 0 and end at n-1. - */ virtual Ptr GetDevice (uint32_t i) const; + // inherited from WifiChannel virtual Ptr CreatePhy (Ptr device, Ptr mobility, UnsafeAttributeList list);