View | Details | Raw Unified | Return to bug 666
Collapse All | Expand All

(-)a/src/devices/wifi/supported-rates.cc (-1 / +1 lines)
 Lines 136-142    Link Here 
136
        {
136
        {
137
          os << "*";
137
          os << "*";
138
        }
138
        }
139
      os << rate << "mbs";
139
      os << rate / 1000000 << "mbs";
140
      if (i < rates.GetNRates () - 1)
140
      if (i < rates.GetNRates () - 1)
141
        {
141
        {
142
          os << " ";
142
          os << " ";

Return to bug 666