diff -r 09c2bd224d3f -r f461dc0d145a tool/CommandMaster.cpp --- a/tool/CommandMaster.cpp Sat Jul 31 16:14:49 2010 +0200 +++ b/tool/CommandMaster.cpp Sat Jul 31 16:45:10 2010 +0200 @@ -160,7 +160,7 @@ << setprecision(1) << fixed; for (j = 0; j < EC_RATE_COUNT; j++) { cout << setw(5) - << data.devices[i].tx_byte_rates[j] / 1024000.0; + << data.devices[i].tx_byte_rates[j] / 1024.0; if (j < EC_RATE_COUNT - 1) { cout << " "; }