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

(-)a/src/wifi/model/edca-txop-n.cc (-1 / +3 lines)
 Lines 406-412    Link Here 
406
        }
406
        }
407
      if (NeedFragmentation () && ((m_currentHdr.IsQosData ()
407
      if (NeedFragmentation () && ((m_currentHdr.IsQosData ()
408
                                    && !m_currentHdr.IsQosAmsdu ())
408
                                    && !m_currentHdr.IsQosAmsdu ())
409
                                   || m_currentHdr.IsData ())
409
                                   || 
410
                                   (m_currentHdr.IsData ()
411
                                    && !m_currentHdr.IsQosData () && m_currentHdr.IsQosAmsdu ()))
410
          && (m_blockAckThreshold == 0
412
          && (m_blockAckThreshold == 0
411
              || m_blockAckType == BASIC_BLOCK_ACK))
413
              || m_blockAckType == BASIC_BLOCK_ACK))
412
        {
414
        {

Return to bug 1579