From 9cd2aaf73ef637d832d89f135dce95a16c7dfd4b Mon Sep 17 00:00:00 2001 From: Mirko Banchi Date: Tue, 7 Jul 2009 23:43:47 +0200 Subject: [PATCH] coding style --- src/devices/wifi/mac-low.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/devices/wifi/mac-low.cc b/src/devices/wifi/mac-low.cc index 6946e7e75..a394deccd 100644 --- a/src/devices/wifi/mac-low.cc +++ b/src/devices/wifi/mac-low.cc @@ -584,11 +584,11 @@ MacLow::ReceiveOk (Ptr 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 ()) {