diff --git a/src/devices/wifi/nqap-wifi-mac.cc b/src/devices/wifi/nqap-wifi-mac.cc index 953013f41..69405a971 100644 --- a/src/devices/wifi/nqap-wifi-mac.cc +++ b/src/devices/wifi/nqap-wifi-mac.cc @@ -294,7 +294,7 @@ void NqapWifiMac::Enqueue (Ptr packet, Mac48Address to) { NS_LOG_FUNCTION (this << packet << to); - ForwardDown (packet, to, m_low->GetAddress ()); + ForwardDown (packet, m_low->GetAddress (), to); } bool NqapWifiMac::SupportsSendFrom (void) const