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.
Tom Henderson <tomh@tomh.org> [Tue, 15 Jun 2010 11:27:51 -0700] rev 6359
Align WifiHelper logging with new ErrorRateModel classes
Gary Pei <guangyu.pei@boeing.com> [Tue, 15 Jun 2010 10:28:51 -0700] rev 6358
Add NistErrorRateModel for wifi
Gary Pei <guangyu.pei@boeing.com> [Tue, 15 Jun 2010 10:26:48 -0700] rev 6357
Factor out DSSS error rate functions to separate class
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Mon, 14 Jun 2010 17:35:42 +0100] rev 6356
Rescan API for Python bindings
Nicola Baldo <nicola@baldo.biz> [Mon, 14 Jun 2010 17:13:43 +0200] rev 6355
fixed spectrum code for python bindings as per Gustavo's suggestion
Tom Henderson <tomh@tomh.org> [Sun, 13 Jun 2010 14:46:13 -0700] rev 6354
Add some function logging to aodv-routing-protocol.cc
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Sun, 13 Jun 2010 17:19:27 +0100] rev 6353
Add missing module dependency