From 5f8471d37be637788a48b173b2ea2de0713cfea3 Mon Sep 17 00:00:00 2001 From: Andrey Mazo Date: Tue, 27 Oct 2009 13:42:27 +0300 Subject: [PATCH] mesh: small doxygen fix. --- src/devices/mesh/dot11s/peer-management-protocol.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/mesh/dot11s/peer-management-protocol.h b/src/devices/mesh/dot11s/peer-management-protocol.h index 0a23fb1e5..9703d1cea 100644 --- a/src/devices/mesh/dot11s/peer-management-protocol.h +++ b/src/devices/mesh/dot11s/peer-management-protocol.h @@ -78,6 +78,7 @@ public: * \param interface the interface where a beacon was received from * \param peerAddress address of station, which sent a beacon * \param beaconInterval beacon interval (needed by beacon loss counter) + * \param beaconTiming beacon timing element (needed by BCA) */ void ReceiveBeacon (uint32_t interface, Mac48Address peerAddress, Time beaconInterval, Ptr beaconTiming); //\}