From bf0716c852f308cff7d6905e412bc91f3f791e4a Mon Sep 17 00:00:00 2001 From: Pavel Boyko Date: Wed, 25 Mar 2009 13:44:16 +0300 Subject: [PATCH] cosmetics --- src/devices/mesh/mesh-wifi-interface-mac.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/devices/mesh/mesh-wifi-interface-mac.h b/src/devices/mesh/mesh-wifi-interface-mac.h index 081991d41..8fe80404c 100644 --- a/src/devices/mesh/mesh-wifi-interface-mac.h +++ b/src/devices/mesh/mesh-wifi-interface-mac.h @@ -97,7 +97,6 @@ public: ///\name Beacons //\{ - /// Set interval between two successive beacons void SetBeaconInterval (Time interval); /// \return interval between two beacons @@ -116,24 +115,6 @@ public: * \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