Tom Henderson <tomh@tomh.org> [Sun, 20 Jun 2010 11:01:08 -0700] rev 6369
Remove regression test test-ns2-mob.py
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Sun, 20 Jun 2010 15:57:49 +0100] rev 6368
Another missing <math.h> include
Martín Giachino <martin.giachino@gmail.com> [Sun, 20 Jun 2010 17:25:42 +0400] rev 6367
RELEASE_NOTES updated
Martín Giachino <martin.giachino@gmail.com> [Sun, 20 Jun 2010 17:21:22 +0400] rev 6366
473: brand new NS-2 mobility trace reader merged
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Sat, 19 Jun 2010 17:10:57 +0100] rev 6365
Add missing <math.h> include
Tom Henderson <tomh@tomh.org> [Fri, 18 Jun 2010 21:02:33 -0700] rev 6364
Fix gcc-3.4 build issues
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Thu, 17 Jun 2010 10:37:02 +0100] rev 6363
API rescan for python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Thu, 17 Jun 2010 09:56:38 +0100] rev 6362
Add -fstrict-aliasing and -Wstrict-aliasing compilation flags, to catch some potential strict aliasing violations earlier
Dean Armstrong <deanarm@gmail.com> [Wed, 16 Jun 2010 20:49:41 +0100] rev 6361
Bug 871: Update OFDM validation script for new rate naming
Dean Armstrong <deanarm@gmail.com> [Wed, 16 Jun 2010 10:55:13 +0100] rev 6360
Bug 871: Rework construction of Wi-Fi rates
This patch attempts to lay some groundwork for enhancements to the Wi-Fi module
by bringing the representation of transmit rates more in line with the
standard.
The key part of the patch is the introduction of a type that corresponds to the
notion of Modulation Class described in IEEE 802.11-2007, Section 9.6.1, Table
9-2.
It also adds coding rate information to the WifiModes and centralises their
construction into a single WifiModeFactory method. The rates are also renamed
with reference to their Modulation Class.
WifiModes no longer have a WifiStandard, but the latter type still exists and is
used to imply the set of WifiModes that a MAC/PHY pair will support.