--- a/src/devices/wifi/onoe-wifi-manager.cc Wed Jun 04 14:02:06 2008 +0100
+++ b/src/devices/wifi/onoe-wifi-manager.cc Wed Jun 04 09:18:44 2008 -0700
@@ -40,7 +40,7 @@
TimeValue (Seconds (1.0)),
MakeTimeAccessor (&OnoeWifiManager::m_updatePeriod),
MakeTimeChecker ())
- .AddAttribute ("RaiseThreshold", "XXX",
+ .AddAttribute ("RaiseThreshold", "Attempt to raise the rate if we hit that threshold",
UintegerValue (10),
MakeUintegerAccessor (&OnoeWifiManager::m_raiseThreshold),
MakeUintegerChecker<uint32_t> ())