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

(-)a/src/wifi/model/edca-txop-n.cc (-6 / +1 lines)
 Lines 416-427   void EdcaTxopN::NotifyInternalCollision (void) Link Here 
416
          else
416
          else
417
            {
417
            {
418
              NS_LOG_DEBUG ("Dequeueing and discarding head of queue");
418
              NS_LOG_DEBUG ("Dequeueing and discarding head of queue");
419
              Ptr<const WifiMacQueueItem> item = m_queue->Peek ();
419
              m_queue->Remove ();
420
              if (item)
421
                {
422
                  packet = item->GetPacket ();
423
                  header = item->GetHeader ();
424
                }
425
            }
420
            }
426
          m_dcf->ResetCw ();
421
          m_dcf->ResetCw ();
427
        }
422
        }

Return to bug 2621