src/devices/wifi/wifi-phy-state-helper.cc
changeset 3899 804d92c1f7c3
parent 3898 0d0517e7a557
child 3900 1687492ff059
--- a/src/devices/wifi/wifi-phy-state-helper.cc	Thu Jun 12 11:06:56 2008 -0700
+++ b/src/devices/wifi/wifi-phy-state-helper.cc	Thu Jun 12 11:14:54 2008 -0700
@@ -301,8 +301,7 @@
   DoSwitchFromSync ();
   if (!m_syncErrorCallback.IsNull ())
     {
-      // XXX
-      m_syncErrorCallback (packet->Copy (), snr);
+      m_syncErrorCallback (packet, snr);
     }
 }