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

(-)a/src/wifi/model/minstrel-ht-wifi-manager.cc (-1 / +1 lines)
 Lines 260-266   MinstrelHtWifiManager::DoInitialize () Link Here 
260
      if (HasVhtSupported ())
260
      if (HasVhtSupported ())
261
        {
261
        {
262
          // Initialize all VHT groups
262
          // Initialize all VHT groups
263
          for (uint8_t chWidth = 20; chWidth <= MAX_VHT_WIDTH; chWidth *= 2)
263
          for (uint16_t chWidth = 20; chWidth <= MAX_VHT_WIDTH; chWidth *= 2)
264
            {
264
            {
265
              for (uint8_t sgi = 0; sgi <= 1; sgi++)
265
              for (uint8_t sgi = 0; sgi <= 1; sgi++)
266
                {
266
                {

Return to bug 2607