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 ());