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 ())