wifi: WifiMacQueueItem does not keep a pointer to the queue it is stored into
Instead, it keeps the AC index associated with the queue it is stored into
This commit is contained in:
committed by
Stefano Avallone
parent
97c888cd55
commit
62542e5fb9
@@ -133,7 +133,7 @@ WaveFrameExchangeManager::StartTransmission (Ptr<Txop> dcf)
|
||||
}
|
||||
|
||||
m_dcf->NotifyChannelAccessed ();
|
||||
Ptr<WifiMacQueueItem> mpdu = *queue->Peek ()->GetQueueIteratorPair ().it;
|
||||
Ptr<WifiMacQueueItem> mpdu = *queue->Peek ()->GetQueueIterator ();
|
||||
NS_ASSERT (mpdu != 0);
|
||||
|
||||
// assign a sequence number if this is not a fragment nor a retransmission
|
||||
|
||||
Reference in New Issue
Block a user