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:
Sébastien Deronne
2019-02-06 21:30:23 +01:00
parent de7fc0096c
commit 7112e718dc

View File

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