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

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

Return to bug 2761