mesh: small doxygen fix.
1.1 --- a/src/devices/mesh/dot11s/peer-management-protocol.h Tue Oct 27 01:05:46 2009 -0700
1.2 +++ b/src/devices/mesh/dot11s/peer-management-protocol.h Tue Oct 27 13:42:27 2009 +0300
1.3 @@ -78,6 +78,7 @@
1.4 * \param interface the interface where a beacon was received from
1.5 * \param peerAddress address of station, which sent a beacon
1.6 * \param beaconInterval beacon interval (needed by beacon loss counter)
1.7 + * \param beaconTiming beacon timing element (needed by BCA)
1.8 */
1.9 void ReceiveBeacon (uint32_t interface, Mac48Address peerAddress, Time beaconInterval, Ptr<IeBeaconTiming> beaconTiming);
1.10 //\}