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: