src/wifi/helper/yans-wifi-helper.cc
changeset 7464 df5dfa07f157
parent 7334 21b6b53ba0d5
child 8981 7e1c95c4d1a7
equal deleted inserted replaced
7463:53b784adf3f4 7464:df5dfa07f157
   456   bool explicitFilename)
   456   bool explicitFilename)
   457 {
   457 {
   458   //
   458   //
   459   // All of the ascii enable functions vector through here including the ones
   459   // All of the ascii enable functions vector through here including the ones
   460   // that are wandering through all of devices on perhaps all of the nodes in
   460   // that are wandering through all of devices on perhaps all of the nodes in
   461   // the system.  We can only deal with devices of type CsmaNetDevice.
   461   // the system.  We can only deal with devices of type WifiNetDevice.
   462   //
   462   //
   463   Ptr<WifiNetDevice> device = nd->GetObject<WifiNetDevice> ();
   463   Ptr<WifiNetDevice> device = nd->GetObject<WifiNetDevice> ();
   464   if (device == 0)
   464   if (device == 0)
   465     {
   465     {
   466       NS_LOG_INFO ("YansWifiHelper::EnableAsciiInternal(): Device " << device << " not of type ns3::WifiNetDevice");
   466       NS_LOG_INFO ("YansWifiHelper::EnableAsciiInternal(): Device " << device << " not of type ns3::WifiNetDevice");