wifi: Cleanup user documentation
This commit is contained in:
@@ -183,7 +183,9 @@ Furthermore, 802.11n provides an optional mode (GreenField mode) to reduce pream
|
||||
|
||||
WifiHelper wifi;
|
||||
wifi.SetStandard (WIFI_PHY_STANDARD_80211ac);
|
||||
wifi.SetRemoteStationManager ("ns3::ConstantRateWifiManager", "DataMode", StringValue("VhtMcs9"), "ControlMode", StringValue("VhtMcs0"));
|
||||
wifi.SetRemoteStationManager ("ns3::ConstantRateWifiManager",
|
||||
"DataMode", StringValue ("VhtMcs9"),
|
||||
"ControlMode", StringValue ("VhtMcs0"));
|
||||
|
||||
//Install PHY and MAC
|
||||
Ssid ssid = Ssid ("ns3-wifi");
|
||||
|
||||
Reference in New Issue
Block a user