--- a/src/click/examples/nsclick-raw-wlan.cc Mon May 02 08:47:57 2011 +0200
+++ b/src/click/examples/nsclick-raw-wlan.cc Mon May 02 16:24:20 2011 +0100
@@ -73,7 +73,7 @@
// ns-3 supports RadioTap and Prism tracing extensions for 802.11b
wifiPhy.SetPcapDataLinkType (YansWifiPhyHelper::DLT_IEEE802_11_RADIO);
- YansWifiChannelHelper wifiChannel ;
+ YansWifiChannelHelper wifiChannel;
wifiChannel.SetPropagationDelay ("ns3::ConstantSpeedPropagationDelayModel");
// The below FixedRssLossModel will cause the rss to be fixed regardless
// of the distance between the two stations, and the transmit power
--- a/src/click/examples/nsclick-udp-client-server-wifi.cc Mon May 02 08:47:57 2011 +0200
+++ b/src/click/examples/nsclick-udp-client-server-wifi.cc Mon May 02 16:24:20 2011 +0100
@@ -112,7 +112,7 @@
// ns-3 supports RadioTap and Prism tracing extensions for 802.11b
wifiPhy.SetPcapDataLinkType (YansWifiPhyHelper::DLT_IEEE802_11_RADIO);
- YansWifiChannelHelper wifiChannel ;
+ YansWifiChannelHelper wifiChannel;
wifiChannel.SetPropagationDelay ("ns3::ConstantSpeedPropagationDelayModel");
// The below FixedRssLossModel will cause the rss to be fixed regardless
// of the distance between the two stations, and the transmit power