From cc1141628e1a5b7fb7703ebc74e78af1cb1bdc15 Mon Sep 17 00:00:00 2001 From: Dean Armstrong Date: Fri, 25 Jun 2010 12:40:24 +0100 Subject: [PATCH] Bug 881: Update RELEASE_NOTES and CHANGES.html --- CHANGES.html | 9 +++++++++ RELEASE_NOTES | 1 + 2 files changed, 10 insertions(+) diff --git a/CHANGES.html b/CHANGES.html index b15ccab06..8a05c946c 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -89,6 +89,15 @@ are Ofdm and Dsss. For modulation classes where optional reduced-bandwidth transmission is possible, this is captured in the final part of the form above, with b specifying the nominal signal bandwidth in megahertz. + +
  • Consolidation of classes support Wi-Fi Information Elements: +When the mesh module was introduced it added a class +hierarchy for modelling of the various Information Elements that were +required. In this release, this class hierarchy has extended by moving +the base classes (WifiInformationElement and +WifiInformationElementVector) into the wifi module. This +change is intended to ease the addition of support for modelling of +further Wi-Fi functionality.

    Changed behavior:

    diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 8dbb34be1..ebad27363 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -66,6 +66,7 @@ many cases referencing the Bugzilla bug number - bug 932 - Support IP_HDRINCL option for Ipv4RawSocket - bug 871 - naming for WifiPhyStandard - bug 946 - Rocketfuel topology dataset support for topology reader + - bug 881 - Reorganise to allow wider use of WifiInformationElement Known issues ------------