changeset 9894 | ac4e52a91d5d |
parent 9705 | 43fa2408aa05 |
child 10139 | 17a71cd49da3 |
--- a/src/wifi/model/amrr-wifi-manager.cc Wed Jul 03 21:43:05 2013 +0200 +++ b/src/wifi/model/amrr-wifi-manager.cc Wed Jul 03 14:43:10 2013 -0700 @@ -321,7 +321,7 @@ NS_LOG_FUNCTION (this << st); AmrrWifiRemoteStation *station = (AmrrWifiRemoteStation *)st; UpdateMode (station); - // XXX: can we implement something smarter ? + /// \todo can we implement something smarter ? return GetSupported (station, 0); }