From 7c019c2ef36cf8b4fcb0f66f69d22dc25bec4656 Mon Sep 17 00:00:00 2001 From: Mirko Banchi Date: Tue, 7 Jul 2009 23:48:03 +0200 Subject: [PATCH] coding style --- src/devices/wifi/mac-low.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/wifi/mac-low.cc b/src/devices/wifi/mac-low.cc index a394deccd..bc0ee2035 100644 --- a/src/devices/wifi/mac-low.cc +++ b/src/devices/wifi/mac-low.cc @@ -587,7 +587,7 @@ MacLow::ReceiveOk (Ptr packet, double rxSnr, WifiMode txMode, WifiPreamb if (m_txParams.HasNextPacket ()) { m_waitSifsEvent = Simulator::Schedule (GetSifs (), - &MacLow::WaitSifsAfterEndTx, this); + &MacLow::WaitSifsAfterEndTx, this); } } else if (hdr.IsCtl ())