From 9a69b47d49062ff9377f31d4e666a5a4f9a0aba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Sat, 7 Nov 2020 13:39:30 +0100 Subject: [PATCH] Update RELEASE_NOTES --- RELEASE_NOTES | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 8a0656ec9..880246b5b 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -15,11 +15,12 @@ Release 3-dev New user-visible features ------------------------- - (wifi) A new table-based error model based on link simulations has been - added and made the default for 802.11n/ac/ax simulations. + added (TableBasedErrorRateModel) and made the default for 802.11n/ac/ax simulations. +- (wifi) It is now possible to select either BCC or LDPC FEC encoding. Bugs fixed ---------- - +- (wifi) Fix Minstrel HT statistics update window duration Release 3.32 ============ @@ -80,11 +81,6 @@ New user-visible features - (wifi) Add 6 GHz band support for 802.11ax - (wifi) RIFS support has been removed from the model -- (wifi) A new OFDM error rate model has been added for WiFi (TableBasedErrorRateModel); - this model makes use of pre-generated tables using link simulators. - The default error rate model has been changed to this one for 802.11n and later standards. - YansErrorRateModel is now the default for non-HT. - Bugs fixed ---------- - (applications) Handle possible partial socket sends (during emulation)