Removed test tag adding

This commit is contained in:
Kirill Andreev
2009-07-10 18:31:24 +04:00
parent 7aaec2d39b
commit 52b975e332

View File

@@ -367,7 +367,6 @@ MeshWifiInterfaceMac::ForwardDown (Ptr<const Packet> const_packet, Mac48Address
{
// copy packet to allow modifications
Ptr<Packet> packet = const_packet->Copy ();
packet->AddPacketTag (QosTag(6));
WifiMacHeader hdr;
hdr.SetTypeData ();
hdr.SetAddr2 (GetAddress ());