From 65c8627d1d53e71471015bd141267fbca4b00dc8 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Fri, 22 Sep 2017 09:43:30 -0700 Subject: [PATCH] wifi: Update documentation for previous two changesets --- CHANGES.html | 2 + RELEASE_NOTES | 1 + src/wifi/doc/source/wifi-testing.rst | 90 ++++++++++++++-------------- src/wifi/model/wifi-phy.h | 2 +- 4 files changed, 49 insertions(+), 46 deletions(-) diff --git a/CHANGES.html b/CHANGES.html index fb41f0d64..1b519f11a 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -193,6 +193,8 @@ is now exported by WifiNetDevice.
  • The default value of the TxGain and RxGain attributes in WifiPhy was changed from 1 dB to 0 dB.
  • +
  • The reported SNR by WifiPhy::MonitorSnifferRx did not include the RxNoiseFigure, but now does; see bug 2783 for discussion. +
  • Queue has been redesigned as a template class object, where the type parameter specifies the type of items to be stored in the queue. As a consequence: