--- a/src/devices/mesh/dot11s/peer-management-protocol-mac.cc Mon Jun 22 21:18:44 2009 +0400
+++ b/src/devices/mesh/dot11s/peer-management-protocol-mac.cc Tue Jun 30 18:13:44 2009 +0400
@@ -289,9 +289,9 @@
"dropped=\"" << dropped << "\"\n"
"brokenMgt=\"" << brokenMgt << "\"\n"
"txMgt=\"" << txMgt << "\"\n"
- "txMgtBytes=\"" << (double)txMgtBytes /1024.0 << "\"\n"
+ "txMgtBytes=\"" << txMgtBytes << "\"\n"
"rxMgt=\"" << rxMgt << "\"\n"
- "rxMgtBytes=\"" << (double)rxMgtBytes / 1024.0 << "K\"\n"
+ "rxMgtBytes=\"" << rxMgtBytes << "\"\n"
"beaconShift=\"" << beaconShift << "\"/>\n";
}
void