Correct small mistake in previous commit
authorSébastien Deronne <sebastien.deronne@gmail.com>
Sat, 05 Sep 2015 13:37:30 +0200
changeset 11643 eb0fc97dfd5b
parent 11642 d5269b583f2a
child 11644 527ed7692b84
Correct small mistake in previous commit
examples/wireless/ht-wifi-network.cc
--- a/examples/wireless/ht-wifi-network.cc	Sat Sep 05 13:33:43 2015 +0200
+++ b/examples/wireless/ht-wifi-network.cc	Sat Sep 05 13:37:30 2015 +0200
@@ -30,9 +30,9 @@
 // This is a simple example in order to show how to configure an IEEE 802.11n Wi-Fi network.
 //
 // It ouputs the UDP or TCP goodput for every VHT bitrate value, which depends on the MCS value (0 to 7), the
-// channel width (20, 40, 80 or 160 MHz) and the guard interval (long or short). The PHY bitrate is constant
-// over all the simulation run. The user can also specify the distance between the access point and the
-// station: the larger the distance the smaller the goodput.
+// channel width (20 or 40 MHz) and the guard interval (long or short). The PHY bitrate is constant over all
+// the simulation run. The user can also specify the distance between the access point and the station: the
+// larger the distance the smaller the goodput.
 //
 // The simulation assumes a single station in an infrastructure network:
 //