wifi: Remove undefined method
This commit is contained in:
@@ -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).
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user