From dc4048ea499041a281d0bdf1b9113c26208d99f6 Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Wed, 8 May 2024 20:59:23 +0200 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 77bc0ecef..39d5a2caf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -47,6 +47,7 @@ been tested on Linux. The latest known version to work with ns-3 is cppyy==3.1.2 - (bindings, lte, wifi) - Relocated statically initialized variables from header files to source files for Cppyy3 compatibility. - (tests) - Enhanced error handling in test.py to avoid attempts to open non-existent XML files following early test termination by sanitizers. - (wifi) #1072 - Support configuration of custom EDCA parameters via Txop attributes before device installation +- (wifi) - Fix operation in 6 GHz band (added support for FILS Discovery frames and HE 6GHz Band Capabilities information element, fixed HE Operation information element, fixed NSS selection, fixed HT and VHT not supported on 6GHz links). Release 3.41 ------------