src/devices/wifi/dca-txop.cc
changeset 2989 b7eb3929096c
parent 2987 4fe951be604c
parent 2972 d76553495b91
child 3169 2598ea90f9db
--- a/src/devices/wifi/dca-txop.cc	Mon Apr 21 08:58:23 2008 -0700
+++ b/src/devices/wifi/dca-txop.cc	Mon Apr 21 09:04:08 2008 -0700
@@ -100,17 +100,17 @@
     .SetParent<Object> ()
     .AddConstructor<DcaTxop> ()
     .AddAttribute ("MinCw", "XXX",
-                   Uinteger (15),
+                   UintegerValue (15),
                    MakeUintegerAccessor (&DcaTxop::SetMinCw,
                                          &DcaTxop::GetMinCw),
                    MakeUintegerChecker<uint32_t> ())
     .AddAttribute ("MaxCw", "XXX",
-                   Uinteger (1023),
+                   UintegerValue (1023),
                    MakeUintegerAccessor (&DcaTxop::SetMaxCw,
                                          &DcaTxop::GetMaxCw),
                    MakeUintegerChecker<uint32_t> ())
     .AddAttribute ("Aifsn", "XXX",
-                   Uinteger (2),
+                   UintegerValue (2),
                    MakeUintegerAccessor (&DcaTxop::SetAifsn,
                                          &DcaTxop::GetAifsn),
                    MakeUintegerChecker<uint32_t> ())