From ee01c0ccd64543eef1f63263e6fe5db11329e381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Fri, 8 Jun 2018 22:46:42 +0200 Subject: [PATCH] wifi: Cleanup user documentation --- src/wifi/doc/source/wifi-user.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wifi/doc/source/wifi-user.rst b/src/wifi/doc/source/wifi-user.rst index 8690329a6..37544ec7c 100644 --- a/src/wifi/doc/source/wifi-user.rst +++ b/src/wifi/doc/source/wifi-user.rst @@ -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");