wifi: Remove undefined method

This commit is contained in:
Tom Henderson
2016-07-24 10:10:46 -07:00
parent 651d30b9ce
commit fabdf6a9cb

View File

@@ -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> 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).
*