Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(631)

Unified Diff: examples/wireless/wifi-clear-channel-cmu.cc

Issue 1926043: ns-3 Bug 978: Consolidate Wi-Fi MAC high functionality (Closed)
Patch Set: Draft 5 addressing Nicola's detailed comments Created 13 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « examples/wireless/wifi-blockack.cc ('k') | examples/wireless/wifi-hidden-terminal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/wireless/wifi-clear-channel-cmu.cc
===================================================================
--- a/examples/wireless/wifi-clear-channel-cmu.cc
+++ b/examples/wireless/wifi-clear-channel-cmu.cc
@@ -198,7 +198,8 @@
wifi.SetRemoteStationManager ("ns3::ConstantRateWifiManager",
"DataMode",StringValue(modes[i]),
"ControlMode",StringValue(modes[i]));
- wifiMac.SetType ("ns3::AdhocWifiMac");
+ wifiMac.SetType ("ns3::AdhocWifiMac",
+ "QosSupported", BooleanValue (false));
YansWifiPhyHelper wifiPhy = YansWifiPhyHelper::Default ();
YansWifiChannelHelper wifiChannel ;
« no previous file with comments | « examples/wireless/wifi-blockack.cc ('k') | examples/wireless/wifi-hidden-terminal.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b