src/devices/wifi/mac-high-nqap.cc
changeset 2154 4c0e94f7237b
parent 2089 f6d8dea92b39
child 2156 754a843db672
--- a/src/devices/wifi/mac-high-nqap.cc	Wed Nov 21 09:54:43 2007 +0100
+++ b/src/devices/wifi/mac-high-nqap.cc	Wed Nov 21 10:02:17 2007 +0100
@@ -175,7 +175,7 @@
 void
 MacHighNqap::SendOneBeacon (void)
 {
-  TRACE ("send probe response to="<<Mac48Address::GetBroadcast ());
+  TRACE ("send beacon to="<<Mac48Address::GetBroadcast ());
   WifiMacHeader hdr;
   hdr.SetBeacon ();
   hdr.SetAddr1 (Mac48Address::GetBroadcast ());