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

Unified Diff: src/devices/wifi/constant-rate-wifi-manager.cc

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/wireless/wifi-simple-interference.cc ('k') | src/devices/wifi/interference-helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/devices/wifi/constant-rate-wifi-manager.cc
===================================================================
--- a/src/devices/wifi/constant-rate-wifi-manager.cc
+++ b/src/devices/wifi/constant-rate-wifi-manager.cc
@@ -34,11 +34,11 @@
.SetParent<WifiRemoteStationManager> ()
.AddConstructor<ConstantRateWifiManager> ()
.AddAttribute ("DataMode", "The transmission mode to use for every data packet transmission",
- StringValue ("wifia-6mbs"),
+ StringValue ("OfdmRate6Mbps"),
MakeWifiModeAccessor (&ConstantRateWifiManager::m_dataMode),
MakeWifiModeChecker ())
.AddAttribute ("ControlMode", "The transmission mode to use for every control packet transmission.",
- StringValue ("wifia-6mbs"),
+ StringValue ("OfdmRate6Mbps"),
MakeWifiModeAccessor (&ConstantRateWifiManager::m_ctlMode),
MakeWifiModeChecker ())
;
« no previous file with comments | « examples/wireless/wifi-simple-interference.cc ('k') | src/devices/wifi/interference-helper.cc » ('j') | no next file with comments »

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