wifi: Remove unused reset function in WifiRemoteStationManager

This commit is contained in:
Sébastien Deronne
2017-11-11 19:56:19 +01:00
parent 124add66d9
commit 51d47aa039
2 changed files with 0 additions and 20 deletions

View File

@@ -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)
{

View File

@@ -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