src/devices/wifi/wifi-mac.cc
changeset 3599 721bd46c15f8
parent 3596 6c39b712a535
child 3747 789e9a21ecbe
--- a/src/devices/wifi/wifi-mac.cc	Tue Sep 02 12:13:24 2008 -0700
+++ b/src/devices/wifi/wifi-mac.cc	Tue Sep 02 12:36:37 2008 -0700
@@ -99,7 +99,8 @@
                    MakeTimeChecker ())
     .AddAttribute ("Pifs", "The value of the PIFS constant.",
                    TimeValue (GetDefaultSifs () + GetDefaultSlot ()),
-                   MakeTimeAccessor (&WifiMac::m_pifs),
+                   MakeTimeAccessor (&WifiMac::SetPifs,
+                                     &WifiMac::GetPifs),
                    MakeTimeChecker ())
     .AddAttribute ("MaxPropagationDelay", "The maximum propagation delay. Unused for now.",
                    TimeValue (GetDefaultMaxPropagationDelay ()),