fix small typo in debug log output
This commit is contained in:
@@ -175,7 +175,7 @@ MacHighNqap::SendAssocResp (Mac48Address to, bool success)
|
||||
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 ());
|
||||
|
||||
Reference in New Issue
Block a user