wifi: Identify class in attribute deprecation help string

This commit is contained in:
Tom Henderson
2023-03-03 18:00:30 -08:00
parent 58758631cd
commit 6bfeaa90b1

View File

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