src/devices/wifi/onoe-wifi-manager.h
changeset 2962 39f72ca0ba8e
parent 2784 49006cbbfac7
child 6065 0f012e7d9128
--- a/src/devices/wifi/onoe-wifi-manager.h	Mon Apr 14 16:06:44 2008 -0700
+++ b/src/devices/wifi/onoe-wifi-manager.h	Mon Apr 14 16:18:30 2008 -0700
@@ -25,6 +25,15 @@
 
 namespace ns3 {
 
+/**
+ * \brief an implementation of rate control algorithm developed 
+ *        by Atsushi Onoe
+ *
+ * This algorithm is well known because it has been used as the default
+ * rate control algorithm for the madwifi driver. I am not aware of
+ * any publication or reference about this algorithm beyond the madwifi
+ * source code.
+ */
 class OnoeWifiManager : public WifiRemoteStationManager
 {
 public:
@@ -41,15 +50,6 @@
   uint32_t m_raiseThreshold;
 };
 
-/**
- * \brief an implementation of rate control algorithm developed 
- *        by Atsushi Onoe
- *
- * This algorithm is well known because it has been used as the default
- * rate control algorithm for the madwifi driver. I am not aware of
- * any publication or reference about this algorithm beyond the madwifi
- * source code.
- */
 class OnoeWifiRemoteStation : public WifiRemoteStation
 {
 public: