src/test/ns3wifi/wifi-interference-test-suite.cc
changeset 6068 a2127017ecb4
parent 6065 0f012e7d9128
parent 6041 b65c6d6794f8
child 6360 d8975477ff6a
--- a/src/test/ns3wifi/wifi-interference-test-suite.cc	Thu Feb 25 13:51:59 2010 +0100
+++ b/src/test/ns3wifi/wifi-interference-test-suite.cc	Thu Feb 25 14:17:21 2010 +0100
@@ -149,8 +149,8 @@
   wifiPhy.Set ("RxGain", DoubleValue (0) ); 
   wifiPhy.Set ("CcaMode1Threshold", DoubleValue (0.0) );
   
-  // ns-3 support RadioTap and Prism tracing extensions for 802.11b
-  wifiPhy.SetPcapFormat (YansWifiPhyHelper::PCAP_FORMAT_80211_RADIOTAP); 
+  // ns-3 supports RadioTap and Prism tracing extensions for 802.11b
+  wifiPhy.SetPcapDataLinkType (YansWifiPhyHelper::DLT_IEEE802_11_RADIO); 
   
   YansWifiChannelHelper wifiChannel ;
   wifiChannel.SetPropagationDelay ("ns3::ConstantSpeedPropagationDelayModel");