merge fix

This commit is contained in:
Pavel Boyko
2009-06-08 15:48:46 +04:00
parent 3ee1c61439
commit 77efe54de3

View File

@@ -116,6 +116,11 @@ YansWifiPhy::GetTypeId (void)
PointerValue (),
MakePointerAccessor (&YansWifiPhy::m_state),
MakePointerChecker<WifiPhyStateHelper> ())
.AddAttribute ("ChannelSwitchDelay",
"Delay between two short frames transmitted on different frequencies",
TimeValue (MicroSeconds (250)),
MakeTimeAccessor (&YansWifiPhy::m_channelSwitchDelay),
MakeTimeChecker ())
;
return tid;
}