wifi: Remove unused reset function in WifiRemoteStationManager
This commit is contained in:
@@ -618,18 +618,6 @@ WifiRemoteStationManager::GetFragmentationThreshold (void) const
|
||||
return DoGetFragmentationThreshold ();
|
||||
}
|
||||
|
||||
void
|
||||
WifiRemoteStationManager::Reset (Mac48Address address)
|
||||
{
|
||||
NS_LOG_FUNCTION (this << address);
|
||||
NS_ASSERT (!address.IsGroup ());
|
||||
WifiRemoteStationState *state = LookupState (address);
|
||||
state->m_operationalRateSet.clear ();
|
||||
state->m_operationalMcsSet.clear ();
|
||||
AddSupportedMode (address, GetDefaultMode ());
|
||||
AddSupportedMcs (address, GetDefaultMcs ());
|
||||
}
|
||||
|
||||
void
|
||||
WifiRemoteStationManager::AddSupportedPlcpPreamble (Mac48Address address, bool isShortPreambleSupported)
|
||||
{
|
||||
|
||||
@@ -529,14 +529,6 @@ public:
|
||||
*/
|
||||
WifiMode GetNonUnicastMode (void) const;
|
||||
|
||||
/**
|
||||
* Invoked in an AP upon disassociation of a
|
||||
* specific STA.
|
||||
*
|
||||
* \param address the address of the STA
|
||||
*/
|
||||
void Reset (Mac48Address address);
|
||||
|
||||
/**
|
||||
* Invoked in a STA or AP to store the set of
|
||||
* modes supported by a destination which is
|
||||
|
||||
Reference in New Issue
Block a user