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

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

Return to bug 2761