fixed bug 923
authorQuincy Tse <quincy.tse@gmail.com>
Mon, 07 Jun 2010 16:24:27 +0200
changeset 6341 375d70f07323
parent 6340 fe24c9edacb6
child 6342 a2bdd767bb67
fixed bug 923
src/devices/wifi/mac-low.cc
--- a/src/devices/wifi/mac-low.cc	Mon Jun 07 16:22:21 2010 +0200
+++ b/src/devices/wifi/mac-low.cc	Mon Jun 07 16:24:27 2010 +0200
@@ -1401,7 +1401,7 @@
   WifiMacTrailer fcs;
   packet->AddTrailer (fcs);
 
-  struct SnrTag tag;
+  SnrTag tag;
   tag.Set (rtsSnr);
   packet->AddPacketTag (tag);
 
@@ -1480,7 +1480,7 @@
   WifiMacTrailer fcs;
   packet->AddTrailer (fcs);
 
-  struct SnrTag tag;
+  SnrTag tag;
   tag.Set (dataSnr);
   packet->AddPacketTag (tag);