--- a/src/devices/wifi/minstrel-wifi-manager.cc Wed Apr 21 08:39:57 2010 -0400
+++ b/src/devices/wifi/minstrel-wifi-manager.cc Wed Apr 21 17:00:57 2010 +0200
@@ -486,7 +486,7 @@
bool
MinstrelWifiManager::IsLowLatency (void) const
{
- return false;
+ return true;
}
uint32_t
MinstrelWifiManager::GetNextSample (MinstrelWifiRemoteStation *station)
@@ -782,7 +782,7 @@
{
newIndex = (newIndex + 1)%GetNSupported (station);
}
- station->m_sampleTable[newIndex][col] = i+1;
+ station->m_sampleTable[newIndex][col] = i;
}
}