diff --git a/src/wifi/helper/yans-wifi-helper.cc b/src/wifi/helper/yans-wifi-helper.cc index 8a817fbf7..d59ad6835 100644 --- a/src/wifi/helper/yans-wifi-helper.cc +++ b/src/wifi/helper/yans-wifi-helper.cc @@ -458,7 +458,7 @@ YansWifiPhyHelper::EnableAsciiInternal ( // // All of the ascii enable functions vector through here including the ones // that are wandering through all of devices on perhaps all of the nodes in - // the system. We can only deal with devices of type CsmaNetDevice. + // the system. We can only deal with devices of type WifiNetDevice. // Ptr device = nd->GetObject (); if (device == 0)