View | Details | Raw Unified | Return to bug 2964
Collapse All | Expand All

(-)a/src/wifi/model/ideal-wifi-manager.cc (+4 lines)
 Lines 275-286    Link Here 
275
IdealWifiManager::DoReportFinalRtsFailed (WifiRemoteStation *station)
275
IdealWifiManager::DoReportFinalRtsFailed (WifiRemoteStation *station)
276
{
276
{
277
  NS_LOG_FUNCTION (this << station);
277
  NS_LOG_FUNCTION (this << station);
278
  IdealWifiRemoteStation *st = (IdealWifiRemoteStation *)station;
279
  st->m_lastSnrObserved = 0.0;
278
}
280
}
279
281
280
void
282
void
281
IdealWifiManager::DoReportFinalDataFailed (WifiRemoteStation *station)
283
IdealWifiManager::DoReportFinalDataFailed (WifiRemoteStation *station)
282
{
284
{
283
  NS_LOG_FUNCTION (this << station);
285
  NS_LOG_FUNCTION (this << station);
286
  IdealWifiRemoteStation *st = (IdealWifiRemoteStation *)station;
287
  st->m_lastSnrObserved = 0.0;
284
}
288
}
285
289
286
WifiTxVector
290
WifiTxVector

Return to bug 2964