diff --git a/examples/wireless/ht-wifi-network.cc b/examples/wireless/ht-wifi-network.cc index e8744d3f5..e25781eba 100644 --- a/examples/wireless/ht-wifi-network.cc +++ b/examples/wireless/ht-wifi-network.cc @@ -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: //