Update CHANGES.html

This commit is contained in:
Sébastien Deronne
2020-11-13 09:28:38 +01:00
parent d865245632
commit 644e5ee55c

View File

@@ -62,9 +62,11 @@ us a note on ns-developers mailing list.</p>
</li>
<li>A new <b>LdpcSupported</b> attribute has been added for Wi-Fi in <b>HtConfiguration</b>, in order to select LDPC FEC encoding instead of the default BCC FEC encoding.
</li>
<li> The signature of <b>WifiPhy::PsduTxBeginCallback</b> and <b>WifiPhy::m_phyTxPsduBeginTrace</b> have been changed to take a map of PSDUs instead of a single PSDU
<li> The signature of <b>WifiPhy::PsduTxBeginCallback</b> and <b>WifiPhy::PhyTxPsduBegin</b> have been changed to take a map of PSDUs instead of a single PSDU
in order to support multi-users (MU) transmissions.
</li>
<li> The wifi trace <b>WifiPhy::PhyRxBegin</b> has been extended to report the received power for every band.
</li>
</ul>
<h2>Changes to build system:</h2>
<ul>