src/devices/mesh/mesh-wifi-interface-mac.cc
changeset 5063 97b947e83640
parent 5054 49851228eec9
child 5071 9fdad747afa6
--- a/src/devices/mesh/mesh-wifi-interface-mac.cc	Wed Jun 10 20:26:44 2009 +0400
+++ b/src/devices/mesh/mesh-wifi-interface-mac.cc	Mon Jun 15 13:10:56 2009 +0400
@@ -203,8 +203,6 @@
   m_phy = phy;
   m_dcfManager->SetupPhyListener (phy);
   m_low->SetPhy (phy);
-
-  NS_LOG_DEBUG("SetWifiPhy: Can switch channel now: " << CanSwitchChannel() ); // TMP
 }
 
 void
@@ -590,7 +588,7 @@
                    " microseconds");
 
       // update supported rates
-      if (beacon_hdr.GetSsid ().IsEqual(GetSsid()))
+      if (beacon_hdr.GetSsid ().IsEqual (GetSsid()))
         {
           SupportedRates rates = beacon_hdr.GetSupportedRates ();
           WifiRemoteStation * peerSta = m_stationManager->Lookup (hdr->GetAddr2 ());