--- a/src/devices/wifi/supported-rates.cc Sat Sep 26 08:44:20 2009 -0700 +++ a/src/devices/wifi/supported-rates.cc Sat Sep 26 14:18:58 2009 -0700 @@ -136,7 +136,7 @@ { os << "*"; } - os << rate << "mbs"; + os << rate / 1000000 << "mbs"; if (i < rates.GetNRates () - 1) { os << " ";