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

(-)a/src/wifi/model/mac-low.cc (-1 / +1 lines)
 Lines 1494-1500    Link Here 
1494
                ", preamble=" << txVector.GetPreambleType () <<
1494
                ", preamble=" << txVector.GetPreambleType () <<
1495
                ", duration=" << hdr->GetDuration () <<
1495
                ", duration=" << hdr->GetDuration () <<
1496
                ", seq=0x" << std::hex << m_currentHdr.GetSequenceControl () << std::dec);
1496
                ", seq=0x" << std::hex << m_currentHdr.GetSequenceControl () << std::dec);
1497
  if (!m_ampdu || hdr->IsRts () || hdr->IsBlockAck () || hdr->IsMgt ())
1497
  if (!m_ampdu || hdr->IsAck () || hdr->IsRts () || hdr->IsBlockAck () || hdr->IsMgt ())
1498
    {
1498
    {
1499
      m_phy->SendPacket (packet, txVector);
1499
      m_phy->SendPacket (packet, txVector);
1500
    }
1500
    }

Return to bug 2655