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

(-)a/src/wifi/model/minstrel-ht-wifi-manager.cc (-1 / +2 lines)
 Lines 1430-1436    Link Here 
1430
        {
1430
        {
1431
          station->m_maxProbRate = index;
1431
          station->m_maxProbRate = index;
1432
        }
1432
        }
1433
      if (rate.ewmaProb > group->m_ratesTable[group->m_maxProbRate].ewmaProb)
1433
      uint32_t maxProbRateId = GetRateId (group->m_maxProbRate);
1434
      if (rate.ewmaProb > group->m_ratesTable[maxProbRateId].ewmaProb)
1434
        {
1435
        {
1435
          group->m_maxProbRate = index;
1436
          group->m_maxProbRate = index;
1436
        }
1437
        }

Return to bug 2445