src/devices/wifi/ideal-mac-stations.cc
changeset 2268 0e57ac711220
parent 2162 4bf1541c02cf
child 2269 06c660ffc070
--- a/src/devices/wifi/ideal-mac-stations.cc	Wed Dec 12 09:33:22 2007 +0100
+++ b/src/devices/wifi/ideal-mac-stations.cc	Wed Dec 12 12:03:38 2007 +0100
@@ -94,7 +94,7 @@
   m_lastSnr = dataSnr;
 }
 WifiMode
-IdealMacStation::GetDataMode (uint32_t size)
+IdealMacStation::DoGetDataMode (uint32_t size)
 {
   // We search within the Supported rate set the mode with the 
   // highest snr threshold possible which is smaller than m_lastSnr 
@@ -115,7 +115,7 @@
   return maxMode;
 }
 WifiMode
-IdealMacStation::GetRtsMode (void)
+IdealMacStation::DoGetRtsMode (void)
 {
   // We search within the Basic rate set the mode with the highest 
   // snr threshold possible which is smaller than m_lastSnr to