From fabdf6a9cba4371b1b758c151ff4935bc482f838 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sun, 24 Jul 2016 10:10:46 -0700 Subject: [PATCH] wifi: Remove undefined method --- src/wifi/model/spectrum-wifi-phy.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/wifi/model/spectrum-wifi-phy.h b/src/wifi/model/spectrum-wifi-phy.h index ad664c420..e1aae8ca0 100644 --- a/src/wifi/model/spectrum-wifi-phy.h +++ b/src/wifi/model/spectrum-wifi-phy.h @@ -104,22 +104,6 @@ public: */ void ClearOperationalChannelList (void); - /** - * Starting receiving the plcp of a packet (i.e. the first bit of the preamble has arrived). - * - * \param packet the arriving packet - * \param rxPowerDbm the receive power in dBm - * \param txVector the TXVECTOR of the arriving packet - * \param preamble the preamble of the arriving packet - * \param mpdutype the type of the MPDU as defined in WifiPhy::mpduType. - * \param rxDuration the duration needed for the reception of the packet - */ - void StartReceivePreambleAndHeader (Ptr packet, - double rxPowerDbm, - WifiTxVector txVector, - WifiPreamble preamble, - enum mpduType mpdutype, - Time rxDuration); /** * Starting receiving the payload of a packet (i.e. the first bit of the packet has arrived). *