--- 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 ()),