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

(-)a/src/wifi/model/edca-txop-n.cc (-2 / +2 lines)
 Lines 795-801    Link Here 
795
        {
795
        {
796
          m_txFailedCallback (m_currentHdr);
796
          m_txFailedCallback (m_currentHdr);
797
        }
797
        }
798
      if (GetAmpduExist (m_currentHdr.GetAddr1 ()))
798
      if (GetAmpduExist (m_currentHdr.GetAddr1 ()) || m_currentHdr.IsQosData ())
799
        {
799
        {
800
          m_low->FlushAggregateQueue ();
800
          m_low->FlushAggregateQueue ();
801
          uint8_t tid = GetCurrentTid ();
801
          uint8_t tid = GetCurrentTid ();
 Lines 944-950    Link Here 
944
        {
944
        {
945
          m_txFailedCallback (m_currentHdr);
945
          m_txFailedCallback (m_currentHdr);
946
        }
946
        }
947
      if (GetAmpduExist (m_currentHdr.GetAddr1 ()))
947
      if (GetAmpduExist (m_currentHdr.GetAddr1 ()) || m_currentHdr.IsQosData ())
948
        {
948
        {
949
          uint8_t tid = GetCurrentTid ();
949
          uint8_t tid = GetCurrentTid ();
950
950

Return to bug 2469