CHANGES.html
changeset 6673 ec22aa763e2d
parent 6662 04fb02cefe2a
child 6678 be3da7f1f82a
--- a/CHANGES.html	Wed Dec 01 08:01:24 2010 -0800
+++ b/CHANGES.html	Thu Dec 02 07:51:34 2010 +0000
@@ -60,6 +60,19 @@
 <h2>New API:</h2>
 
 <h2>Changes to existing API:</h2>
+<ul>
+<li><b>Consolidation of Wi-Fi MAC high functionality</b>
+<p>Wi-Fi MAC high classes have been reorganised in attempt to
+consolidate shared functionality into a single class. This new class
+is RegularWifiMac, and it derives from the abstract WifiMac, and is
+parent of AdhocWifiMac, StaWifiMac, ApWifiMac, and
+MeshWifiInterfaceMac. The QoS and non-QoS class variants are no
+longer, with a RegularWifiMac attribute "QosSupported" allowing
+selection between these two modes of operation. QosWifiMacHelper and
+NqosWifiMacHelper continue to work as previously, with a
+behind-the-scenes manipulation of the 'afore-mentioned attribute.
+</p>
+</ul>
 
 <h2>Changed behavior:</h2>
 <ul>