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

(-)a/src/wifi/model/minstrel-wifi-manager.cc (-3 lines)
 Lines 361-369   MinstrelWifiManager::GetDataTxVector (MinstrelWifiRemoteStation *station) Link Here 
361
  if (!station->m_initialized)
361
  if (!station->m_initialized)
362
    {
362
    {
363
      CheckInit (station);
363
      CheckInit (station);
364
365
      //start the rate at half way
366
      station->m_txrate = station->m_nModes / 2;
367
    }
364
    }
368
  WifiMode mode = GetSupported (station, station->m_txrate);
365
  WifiMode mode = GetSupported (station, station->m_txrate);
369
  if (m_currentRate != mode.GetDataRate (channelWidth))
366
  if (m_currentRate != mode.GetDataRate (channelWidth))

Return to bug 2656