Bug 852: Update RELEASE_NOTES to note this new feature
authorDean Armstrong <deanarm@gmail.com>
Thu, 02 Sep 2010 14:30:44 +0100
changeset 6601 b121de3717d2
parent 6600 e438f9b17c66
child 6602 0aae670ceff3
Bug 852: Update RELEASE_NOTES to note this new feature
RELEASE_NOTES
--- a/RELEASE_NOTES	Thu Sep 02 14:00:29 2010 +0200
+++ b/RELEASE_NOTES	Thu Sep 02 14:30:44 2010 +0100
@@ -23,8 +23,20 @@
 New user-visible features
 -------------------------
 
+   - Support for IEEE 802.11g (specifically, rates with Modulation
+     Class ERP-OFDM) has been added to the wifi module. The new
+     WifiModes have names of the form ErpOfdmRatexxMbps, where xx is
+     the rate in Mbps (one of 6, 9, 12, 18, 24, 36, 48, 54), and a
+     WifiPhyStandard enumeration WIFI_PHY_STANDARD_80211g has been
+     added to allow configuration of a Wi-Fi STA supporting ERP-OFDM,
+     HR/DSSS, and DSSS rates (which some call an "802.11b/g" station).
+
 Bugs fixed
 ----------
+The following lists many of the bugs fixed or small feature additions
+since ns-3.9, in many cases referencing the Bugzilla bug number
+
+   - bug 852 - Add support for 802.11g devices
 
 Known issues
 ------------