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

(-)a/src/wifi/model/block-ack-manager.cc (-1 / +1 lines)
 Lines 534-540    Link Here 
534
                }
534
                }
535
            }
535
            }
536
          //go to next packet
536
          //go to next packet
537
          if (it != m_retryPackets.end ())
537
          else
538
            {
538
            {
539
              it++;
539
              it++;
540
            }
540
            }

Return to bug 2566