From 644e5ee55c1ccdc728d4bdfc72c2120a63c7cde9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Fri, 13 Nov 2020 09:28:38 +0100 Subject: [PATCH] Update CHANGES.html --- CHANGES.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.html b/CHANGES.html index 9b2528613..1a3e86c51 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -62,9 +62,11 @@ us a note on ns-developers mailing list.

  • A new LdpcSupported attribute has been added for Wi-Fi in HtConfiguration, in order to select LDPC FEC encoding instead of the default BCC FEC encoding.
  • -
  • The signature of WifiPhy::PsduTxBeginCallback and WifiPhy::m_phyTxPsduBeginTrace have been changed to take a map of PSDUs instead of a single PSDU +
  • The signature of WifiPhy::PsduTxBeginCallback and WifiPhy::PhyTxPsduBegin have been changed to take a map of PSDUs instead of a single PSDU in order to support multi-users (MU) transmissions.
  • +
  • The wifi trace WifiPhy::PhyRxBegin has been extended to report the received power for every band. +
  • Changes to build system: