src/wave/model/ocb-wifi-mac.cc
changeset 11426 e2441f5f2c55
parent 11330 995dac2d45cd
--- a/src/wave/model/ocb-wifi-mac.cc	Sat Jun 06 18:21:26 2015 +0200
+++ b/src/wave/model/ocb-wifi-mac.cc	Sun Jun 07 16:42:28 2015 +0200
@@ -190,7 +190,7 @@
       // Any value greater than 7 is invalid and likely indicates that
       // the packet had no QoS tag, so we revert to zero, which'll
       // mean that AC_BE is used.
-      if (tid >= 7)
+      if (tid > 7)
         {
           tid = 0;
         }