Correct small mistake in previous commit

This commit is contained in:
Sébastien Deronne
2015-09-05 13:37:30 +02:00
parent 25c14127fd
commit 007da847b8

View File

@@ -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:
//