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 {