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

Unified Diff: examples/tap/tap-wifi-virtual-machine.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/tap/tap-wifi-dumbbell.cc ('k') | examples/tap/tap-wifi-virtual-machine.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/tap/tap-wifi-virtual-machine.cc
===================================================================
--- a/examples/tap/tap-wifi-virtual-machine.cc
+++ b/examples/tap/tap-wifi-virtual-machine.cc
@@ -112,7 +112,8 @@
// No reason for pesky access points, so we'll use an ad-hoc network.
//
NqosWifiMacHelper wifiMac = NqosWifiMacHelper::Default ();
- wifiMac.SetType ("ns3::AdhocWifiMac");
+ wifiMac.SetType ("ns3::AdhocWifiMac",
+ "QosSupported", BooleanValue (false));
//
// Configure the physcial layer.
« no previous file with comments | « examples/tap/tap-wifi-dumbbell.cc ('k') | examples/tap/tap-wifi-virtual-machine.py » ('j') | no next file with comments »

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