coding style

This commit is contained in:
Mirko Banchi
2009-07-07 23:43:47 +02:00
parent ceccfdbb80
commit 9cd2aaf73e

View File

@@ -584,11 +584,11 @@ MacLow::ReceiveOk (Ptr<Packet> packet, double rxSnr, WifiMode txMode, WifiPreamb
{
m_listener->GotAck (rxSnr, txMode);
}
if (m_txParams.HasNextPacket ())
{
m_waitSifsEvent = Simulator::Schedule (GetSifs (),
if (m_txParams.HasNextPacket ())
{
m_waitSifsEvent = Simulator::Schedule (GetSifs (),
&MacLow::WaitSifsAfterEndTx, this);
}
}
}
else if (hdr.IsCtl ())
{