src/devices/wifi/nqap-wifi-mac.cc
changeset 4272 b40ce56e0247
parent 4264 9d2e96c4e6e4
child 4406 39f119de91ef
--- a/src/devices/wifi/nqap-wifi-mac.cc	Wed Mar 18 11:19:18 2009 -0400
+++ b/src/devices/wifi/nqap-wifi-mac.cc	Wed Mar 18 23:36:37 2009 -0700
@@ -286,7 +286,6 @@
 NqapWifiMac::ForwardUp (Ptr<Packet> packet, Mac48Address from, Mac48Address to)
 {
   NS_LOG_FUNCTION (this << packet << from);
-  NotifyRx (packet);
   m_upCallback (packet, from, to);
 }
 
@@ -302,7 +301,6 @@
   hdr.SetDsFrom ();
   hdr.SetDsNotTo ();
 
-  NotifyTx (packet);
   m_dca->Queue (packet, hdr);  
 }
 void