From a922361e4125a65967ef97aa3415e2ddb65d25ec Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Tue, 30 Aug 2022 16:53:25 +0200 Subject: [PATCH] Update RELEASE_NOTES --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f1093006c..91da108a5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -34,6 +34,7 @@ Release 3-dev - (wifi) Correctly compute the time to RX end to be passed to WifiPhyStateHelper::SwitchToRx() - (wifi) #709 Adjust WifiPhy::RxSensitivity with channel width for YansWifiChannel - (wifi) Align default TXOP limit for VI and VO to 802.11-2020 +- (wifi) #696 - 802.11ax assert failed. cond="seqNumber < SEQNO_SPACE_SIZE && startingSeqNumber < SEQNO_SPACE_SIZE" Release 3.36.1 --------------