--- a/src/devices/wifi/wifi-phy.h Wed Jun 11 16:19:01 2008 -0700
+++ b/src/devices/wifi/wifi-phy.h Wed Jun 11 16:19:28 2008 -0700
@@ -141,11 +141,6 @@
virtual uint32_t GetNTxPower (void) const = 0;
/**
- * \param channel the channel to connect to.
- */
- virtual void SetChannel (Ptr<WifiChannel> channel) = 0;
-
- /**
* \param callback the callback to invoke
* upon successful packet reception.
*/
@@ -234,11 +229,6 @@
*/
virtual double CalculateSnr (WifiMode txMode, double ber) const = 0;
- /* rxPower unit is Watt */
- virtual void StartReceivePacket (Ptr<Packet> packet,
- double rxPowerDbm,
- WifiMode mode,
- WifiPreamble preamble) = 0;
virtual Ptr<WifiChannel> GetChannel (void) const = 0;