From 2f76d5ef1d1d435af5514ef3dbe74c83a05694de Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Fri, 28 Jun 2024 13:29:42 +0200 Subject: [PATCH] Update CHANGES.md and RELEASE_NOTES.md --- CHANGES.md | 1 + RELEASE_NOTES.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 287c924d2..cfb070e7a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,6 +22,7 @@ Changes from ns-3.42 to ns-3-dev * (lr-wpan) Attribute `macBeaconPayload` in `MacPibAttributes` is now a std::vector instead of a packet pointer. * (lr-wpan) Removes the word `address` from the MAC address prefix when `LOG_PREFIX_FUNC` is used. * (lr-wpan) Removes the word `address` from the CSMA-CA logs prefix when `LOG_PREFIX_FUNC` is used. +* (wifi) The `WifiHelper::AssignStreams()` method has been made static ### Changes to build system diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5424d3754..6c4c5505e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -24,6 +24,9 @@ Release 3-dev - (lr-wpan) !2001 - Beacon improvements and fixes - (lr-wpan) !2042 - Beacon improvements and jitter addition +- (wifi) Avoid firing WifiMac::DroppedMpdu trace twice in some cases +- (wifi) Fix assignment of AIDs to non-AP STAs/MLDs to ensure they are unique +- (wifi) Fix starting Sequence Number when ADDBA Response arrives after timeout Release 3.42 ------------