src/devices/wifi/yans-wifi-phy.cc
2009-11-13 ChannelNumber attribute added to YansWifiPhy. Now it is possible to setup wifi channel using WifiPhyHelper::Set() method.
2009-11-10 Bug 689: default energy detection and CCA thresholds are changed to be more realistic.
2009-10-15 bug 711: example mesh/mesh fails valgrind.
2009-09-15 Channel switching support for Wifi
2009-08-18 Merge with code.nsnam.org
2009-07-31 Removed unneded changes from wifi
2009-07-22 Merge with code.nsnam.org
2009-07-16 Merge with ns3dev
2009-07-16 Merge with ns-3-dev
2009-07-14 ChannelId -> ChannelNumber and also in the base class WifiPhy
2009-07-03 Code cleanup for merge into the mainline
2009-06-08 merge fix
2009-06-08 merge fix
2009-06-08 Large merge with nsnam
2009-05-29 merge with nsnam.org
2009-04-17 Merge changes from ns-3-dev.
2009-04-02 Frequency channel switch on channel, PHY and MAC levels
2009-08-14 bug 641: CwMin setting for 802.11b
2009-08-13 bug 644: make sure we set standard and frequency correctly in radiotap output
2009-07-16 Initial multichannel support in Yans Wifi PHY.
2009-07-15 made InterferenceHelper::CalculateTxDuration () static
2009-07-13 Support for 5 and 10Mhz wifi channels
2009-06-03 added support for radiotap and prism headers
2009-05-28 802.11b PHY support
2009-04-15 noiseFloor -> noiseFigure (bug 543)
2009-03-10 Piles of changes for tracing rework
2009-02-28 trace consistency changes
2009-01-06 remove public static variables. Use public static methods
2008-11-04 new wifi API
2008-10-28 merge with HEAD
2008-06-14 split interference calculation from YansWifiPhy. Move them to InterferenceHelper
2008-06-12 split the error rate model from the yans phy
2008-06-12 re-enable tracing of wifi phy state.
2008-06-12 split state management in a helper class
2008-06-11 split WifiChannel in WifiChannel + YansWifiChannel
2008-06-11 rename WifiPhy to YansWifiPhy and add WifiPhy abstract base class.