--- 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");