author | Mathieu Lacage <mathieu.lacage@sophia.inria.fr> |
Tue, 02 Sep 2008 16:31:41 -0700 | |
changeset 3636 | 63b5da6fee38 |
parent 3635 | e75787538c9a |
child 3637 | 475d6e5d6794 |
--- a/src/devices/wifi/nqap-wifi-mac.cc Tue Sep 02 16:08:54 2008 -0700 +++ b/src/devices/wifi/nqap-wifi-mac.cc Tue Sep 02 16:31:41 2008 -0700 @@ -294,7 +294,7 @@ NqapWifiMac::Enqueue (Ptr<const Packet> 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