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

Unified Diff: examples/wireless/wifi-simple-adhoc-grid.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-simple-adhoc.cc ('k') | examples/wireless/wifi-simple-infra.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/wireless/wifi-simple-adhoc-grid.cc
===================================================================
--- a/examples/wireless/wifi-simple-adhoc-grid.cc
+++ b/examples/wireless/wifi-simple-adhoc-grid.cc
@@ -174,7 +174,8 @@
"DataMode",StringValue(phyMode),
"ControlMode",StringValue(phyMode));
// Set it to adhoc mode
- wifiMac.SetType ("ns3::AdhocWifiMac");
+ wifiMac.SetType ("ns3::AdhocWifiMac",
+ "QosSupported", BooleanValue (false));
NetDeviceContainer devices = wifi.Install (wifiPhy, wifiMac, c);
MobilityHelper mobility;
« no previous file with comments | « examples/wireless/wifi-simple-adhoc.cc ('k') | examples/wireless/wifi-simple-infra.cc » ('j') | no next file with comments »

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