src/devices/wifi/mac-low.cc
changeset 4079 210d64d11998
parent 4003 49a08376f196
child 4263 fec2f830d015
--- a/src/devices/wifi/mac-low.cc	Sun Jan 11 23:26:34 2009 +0000
+++ b/src/devices/wifi/mac-low.cc	Mon Jan 12 13:35:41 2009 +0100
@@ -613,18 +613,18 @@
         }
       goto rxPacket;
     } 
-  else if (hdr.GetAddr1 ().IsBroadcast ()) 
+  else if (hdr.GetAddr1 ().IsGroup ())
     {
-      if (hdr.IsData () || hdr.IsMgt ()) 
+      if (hdr.IsData () || hdr.IsMgt ())
         {
-          NS_LOG_DEBUG ("rx broadcast from=" << hdr.GetAddr2 ());
+          NS_LOG_DEBUG ("rx group from=" << hdr.GetAddr2 ());
           goto rxPacket;
-        } 
-      else 
+        }
+      else
         {
-          // DROP.
+          // DROP
         }
-    } 
+    }
   else 
     {
       //NS_LOG_DEBUG_VERBOSE ("rx not-for-me from %d", GetSource (packet));