wifi: Revert a previous change in IdealWifiManager that is causing much lower performance and irregularities
(cherry picked from commit 8d5cd31b78fb862d7e9280ca3bc7468306ab6168)
This commit is contained in:
@@ -282,16 +282,12 @@ void
|
||||
IdealWifiManager::DoReportFinalRtsFailed (WifiRemoteStation *station)
|
||||
{
|
||||
NS_LOG_FUNCTION (this << station);
|
||||
IdealWifiRemoteStation *st = (IdealWifiRemoteStation *)station;
|
||||
st->m_lastSnrObserved = 0.0;
|
||||
}
|
||||
|
||||
void
|
||||
IdealWifiManager::DoReportFinalDataFailed (WifiRemoteStation *station)
|
||||
{
|
||||
NS_LOG_FUNCTION (this << station);
|
||||
IdealWifiRemoteStation *st = (IdealWifiRemoteStation *)station;
|
||||
st->m_lastSnrObserved = 0.0;
|
||||
}
|
||||
|
||||
WifiTxVector
|
||||
|
||||
Reference in New Issue
Block a user