diff --git a/src/wifi/model/wifi-net-device.cc b/src/wifi/model/wifi-net-device.cc index bd4a91df0..484fca34e 100644 --- a/src/wifi/model/wifi-net-device.cc +++ b/src/wifi/model/wifi-net-device.cc @@ -61,7 +61,8 @@ WifiNetDevice::GetTypeId() MakePointerAccessor(&WifiNetDevice::GetChannel), MakePointerChecker(), 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(),