src/devices/wifi/wifi-phy.h
changeset 3893 94f771c1373a
parent 3890 63910e38db95
child 3895 b584563a7781
--- 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;