coding style
authorMirko Banchi <mk.banchi@gmail.com>
Tue Jul 07 23:43:47 2009 +0200 (7 months ago)
changeset 469098aac83e4416
parent 4689 8aaa5e83939e
child 4691 a99a57f697de
coding style
src/devices/wifi/mac-low.cc
     1.1 --- a/src/devices/wifi/mac-low.cc	Tue Jul 07 21:18:01 2009 +0200
     1.2 +++ b/src/devices/wifi/mac-low.cc	Tue Jul 07 23:43:47 2009 +0200
     1.3 @@ -584,11 +584,11 @@
     1.4          {
     1.5            m_listener->GotAck (rxSnr, txMode);
     1.6          }
     1.7 -    if (m_txParams.HasNextPacket ()) 
     1.8 -      {
     1.9 -        m_waitSifsEvent = Simulator::Schedule (GetSifs (), 
    1.10 +      if (m_txParams.HasNextPacket ()) 
    1.11 +        {
    1.12 +          m_waitSifsEvent = Simulator::Schedule (GetSifs (), 
    1.13                                                 &MacLow::WaitSifsAfterEndTx, this);
    1.14 -      }
    1.15 +        }
    1.16      } 
    1.17    else if (hdr.IsCtl ()) 
    1.18      {