--- a/src/devices/mesh/mesh-wifi-interface-mac.h Wed Mar 25 14:32:18 2009 +0300
+++ b/src/devices/mesh/mesh-wifi-interface-mac.h Wed Mar 25 14:32:56 2009 +0300
@@ -94,7 +94,6 @@
///\name Beacons
//\{
-
/// Set interval between two successive beacons
void SetBeaconInterval (Time interval);
/// \return interval between two beacons
@@ -113,24 +112,6 @@
* \attention User of ShiftTbtt () must take care to not shift it to the past.
*/
void ShiftTbtt (Time shift);
- /**
- * \brief Set maximum software delay. Maximum software delay must be smaller than beacon interval.
- *
- * Software delay models random small internal delay to avoid simultaneous operation of
- * different mesh points (e.g. on power on).
- *
- * Software delay is calculated as uniformely distributed random value between zero and
- * given parameter. All management frames are sent after software delay is passed,
- * for example, beacon is formed at software delay before putting it to the queue.
- *
- * \attention The software delay is supposed to be independent from traffic intensity.
- *
- * \param delay is the maximum software delay.
- */
- void SetSoftwareDelay (Time delay);
- /// \return Maximum software delay
- Time GetSoftwareDelay ();
-
//\}
///\name Plugins