author | Kirill Andreev <andreev@iitp.ru> |
Thu, 01 Oct 2009 17:38:21 +0400 | |
changeset 5349 | 8e8459d1831b |
parent 5348 | 0d11c82c3a45 |
child 5350 | 9f457bebbcf4 |
--- a/src/devices/mesh/mesh-wifi-interface-mac.cc Thu Oct 01 14:22:40 2009 +0100 +++ b/src/devices/mesh/mesh-wifi-interface-mac.cc Thu Oct 01 17:38:21 2009 +0400 @@ -394,6 +394,8 @@ QosTag tag; if (packet->RemovePacketTag (tag)) { + hdr.SetType (WIFI_MAC_QOSDATA); + hdr.SetQosTid (tag.Get ()); ac = QosUtilsMapTidToAc (tag.Get ()); } m_stats.sentFrames++;