--- a/src/wifi/model/wifi-remote-station-manager.h Sat Nov 26 20:33:45 2011 -0800
+++ b/src/wifi/model/wifi-remote-station-manager.h Sat Nov 26 21:13:46 2011 -0800
@@ -64,17 +64,17 @@
* because it resets time of last update.
*/
double CalculateAveragingCoefficient ();
- ///averaging coefficient depends on the memory time
+ /// averaging coefficient depends on the memory time
Time m_memoryTime;
- ///when last update has occured
+ /// when last update has occured
Time m_lastUpdate;
/// moving percentage of failed frames
double m_failAvg;
};
/**
+ * \ingroup wifi
* \brief hold a list of per-remote-station state.
- * \ingroup wifi
*
* \sa ns3::WifiRemoteStation.
*/