From 66bf313b0c470efa26d150ed01a8eeea3303d54f Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Thu, 23 Jun 2022 12:09:27 +0200 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7a4b7efb9..3ddc04e30 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -26,6 +26,8 @@ Release 3-dev - (wifi) #521 - UL OFDMA support - (lr-wpan) #536 - Fixes PHY not going to TRX_OFF after CSMA-CA failure (RxOnWhenIdle(false)) - (wifi) Only include QoS Null frames for TIDs for which a BA agreement exists in responses to BSRP TFs +- (wifi) Notify RX end only for the last received HE TB PPDU +- (wifi) Correctly compute the time to RX end to be passed to WifiPhyStateHelper::SwitchToRx() Release 3.36.1 --------------