wifi: Identify class in attribute deprecation help string
This commit is contained in:
@@ -61,7 +61,8 @@ WifiNetDevice::GetTypeId()
|
||||
MakePointerAccessor(&WifiNetDevice::GetChannel),
|
||||
MakePointerChecker<Channel>(),
|
||||
TypeId::DEPRECATED,
|
||||
"Use the Channel attribute of WifiPhy")
|
||||
"class WifiNetDevice; use the Channel "
|
||||
"attribute of WifiPhy")
|
||||
.AddAttribute("Phy",
|
||||
"The PHY layer attached to this device.",
|
||||
PointerValue(),
|
||||
|
||||
Reference in New Issue
Block a user