wifi: Fix TXOP durations not always being traced
This commit is contained in:
committed by
Sebastien Deronne
parent
96e08d63b2
commit
da2d775744
@@ -1150,8 +1150,8 @@ QosTxop::TerminateTxop (void)
|
||||
if (GetTxopLimit ().IsStrictlyPositive ())
|
||||
{
|
||||
NS_LOG_DEBUG ("Terminating TXOP. Duration = " << Simulator::Now () - m_startTxop);
|
||||
m_txopTrace (m_startTxop, Simulator::Now () - m_startTxop);
|
||||
}
|
||||
m_txopTrace (m_startTxop, Simulator::Now () - m_startTxop);
|
||||
GenerateBackoff ();
|
||||
RestartAccessIfNeeded ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user