From 52b975e3321e4a459612490031b7ecfde5282189 Mon Sep 17 00:00:00 2001 From: Kirill Andreev Date: Fri, 10 Jul 2009 18:31:24 +0400 Subject: [PATCH] Removed test tag adding --- src/devices/mesh/mesh-wifi-interface-mac.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devices/mesh/mesh-wifi-interface-mac.cc b/src/devices/mesh/mesh-wifi-interface-mac.cc index e14312493..bc299b502 100644 --- a/src/devices/mesh/mesh-wifi-interface-mac.cc +++ b/src/devices/mesh/mesh-wifi-interface-mac.cc @@ -367,7 +367,6 @@ MeshWifiInterfaceMac::ForwardDown (Ptr const_packet, Mac48Address { // copy packet to allow modifications Ptr packet = const_packet->Copy (); - packet->AddPacketTag (QosTag(6)); WifiMacHeader hdr; hdr.SetTypeData (); hdr.SetAddr2 (GetAddress ());