|
Lines 1430-1436
MinstrelHtWifiManager::SetBestProbabilityRate (MinstrelHtWifiRemoteStation *stat
|
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 |
maxGPRateId = GetRateId (group->m_maxProbRate); |
|
|
1434 |
if (rate.ewmaProb > group->m_ratesTable[maxGPRateId].ewmaProb) |
| 1434 |
{ |
1435 |
{ |
| 1435 |
group->m_maxProbRate = index; |
1436 |
group->m_maxProbRate = index; |
| 1436 |
} |
1437 |
} |