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

Unified Diff: examples/tap/tap-wifi-virtual-machine.py

Issue 986041: ns-3: Bring rate representation in line with IEEE 802.11 (Closed)
Patch Set: Third draft of patch: reinstate Invalid-WifiMode Created 13 years, 10 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-virtual-machine.cc ('k') | examples/wireless/mixed-wireless.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/tap/tap-wifi-virtual-machine.py
===================================================================
--- a/examples/tap/tap-wifi-virtual-machine.py
+++ b/examples/tap/tap-wifi-virtual-machine.py
@@ -41,7 +41,7 @@
#
wifi = ns3.WifiHelper.Default()
wifi.SetStandard (ns3.WIFI_PHY_STANDARD_80211a);
- wifi.SetRemoteStationManager ("ns3::ConstantRateWifiManager", "DataMode", ns3.StringValue ("wifia-54mbs"));
+ wifi.SetRemoteStationManager ("ns3::ConstantRateWifiManager", "DataMode", ns3.StringValue ("WiFiOfdmRate54Mbps"));
#
# No reason for pesky access points, so we'll use an ad-hoc network.
« no previous file with comments | « examples/tap/tap-wifi-virtual-machine.cc ('k') | examples/wireless/mixed-wireless.cc » ('j') | no next file with comments »

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