wifi: fix wrong indices in power-rate-adaptation-test (patch from Robert Ammon)
This commit is contained in:
@@ -978,12 +978,12 @@ PowerRateAdaptationTest::TestRrpaa ()
|
||||
|
||||
for (int i = 0; i < 16; i++)
|
||||
{
|
||||
for (int i = 0; i < 25; i++)
|
||||
for (int j = 0; j < 25; j++)
|
||||
{
|
||||
manager->ReportDataOk (remoteAddress, &packetHeader, 0, ackMode, 0);
|
||||
}
|
||||
|
||||
for (int i = 0; i < 5; i++)
|
||||
for (int j = 0; j < 5; j++)
|
||||
{
|
||||
manager->ReportDataFailed (remoteAddress,&packetHeader);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user