wifi: Make clear when attributes are not supported
This commit is contained in:
@@ -191,7 +191,7 @@ WifiMac::GetTypeId (void)
|
||||
MakeTimeAccessor (&WifiMac::SetPifs,
|
||||
&WifiMac::GetPifs),
|
||||
MakeTimeChecker ())
|
||||
.AddAttribute ("Rifs", "The value of the RIFS constant.",
|
||||
.AddAttribute ("Rifs", "The value of the RIFS constant (not supported yet!).",
|
||||
TimeValue (GetDefaultRifs ()),
|
||||
MakeTimeAccessor (&WifiMac::SetRifs,
|
||||
&WifiMac::GetRifs),
|
||||
|
||||
@@ -265,13 +265,13 @@ WifiPhy::GetTypeId (void)
|
||||
&WifiPhy::SetGuardInterval),
|
||||
MakeBooleanChecker ())
|
||||
.AddAttribute ("LdpcEnabled",
|
||||
"Whether or not LDPC is enabled.",
|
||||
"Whether or not LDPC is enabled (not supported yet!).",
|
||||
BooleanValue (false),
|
||||
MakeBooleanAccessor (&WifiPhy::GetLdpc,
|
||||
&WifiPhy::SetLdpc),
|
||||
MakeBooleanChecker ())
|
||||
.AddAttribute ("STBCEnabled",
|
||||
"Whether or not STBC is enabled.",
|
||||
"Whether or not STBC is enabled (not supported yet!).",
|
||||
BooleanValue (false),
|
||||
MakeBooleanAccessor (&WifiPhy::GetStbc,
|
||||
&WifiPhy::SetStbc),
|
||||
|
||||
Reference in New Issue
Block a user