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

(-)a/src/devices/wifi/minstrel-wifi-manager.cc (-1 / +1 lines)
 Lines 525-531    Link Here 
525
            }
525
            }
526
526
527
          /// error check
527
          /// error check
528
          if (idx >= m_nsupported || idx < 0)
528
          if (idx >= m_nsupported)
529
            {
529
            {
530
              NS_LOG_DEBUG ("ALERT!!! ERROR");
530
              NS_LOG_DEBUG ("ALERT!!! ERROR");
531
            }
531
            }

Return to bug 994