--- a/src/wifi/model/aarf-wifi-manager.cc Wed Jul 03 21:43:05 2013 +0200
+++ b/src/wifi/model/aarf-wifi-manager.cc Wed Jul 03 14:43:10 2013 -0700
@@ -227,8 +227,8 @@
AarfWifiManager::DoGetRtsMode (WifiRemoteStation *st)
{
NS_LOG_FUNCTION (this << st);
- // XXX: we could/should implement the Aarf algorithm for
- // RTS only by picking a single rate within the BasicRateSet.
+ /// \todo we could/should implement the Aarf algorithm for
+ /// RTS only by picking a single rate within the BasicRateSet.
AarfWifiRemoteStation *station = (AarfWifiRemoteStation *) st;
return GetSupported (station, 0);
}