From 6c2f0bc739151ea11a8560778a0cf697cf45bcbc Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Thu, 24 Aug 2023 11:39:16 +0200 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 358f416f6..ac00d958d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -27,6 +27,12 @@ Release 3-dev ### Bugs fixed - (lr-wpan) - !1591 - Removed unnecessary Bcst filter from MAC +- (wifi) - Reset MU PPDU UID to prevent STA from receiving the TB PPDU sent by another STA +- (wifi) - Fix max value for UL MCS field of User Info fields (depends on TF variant) +- (wifi) - Update TXOP bandwidth upon every transmission +- (wifi) - Fix flush operation on WifiMacQueues +- (wifi) - #942 - Trace expired MPDUs before removing them from the queue to avoid blocking the recipient buffer +- (wifi) - Fix wrong condition preventing PHY from aborting RX when starting TX Release 3.39 ------------