From f2dfc5999c7f1216432638b7c7b67f0f93ac42b4 Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Thu, 20 Apr 2023 11:47:15 +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 fbb1af1d4..297cd7840 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -32,6 +32,8 @@ Release 3-dev - (wifi) #880 - Post-install change in WifiPhy::ChannelSettings does not completely reconfigure Wi-Fi - (energy) !1422 - Fix null harvester issue in EnergySource - (wifi) #862 - sta-wifi-mac.cc cond="!link.bssid.has_value()", High occurrence at higher numbers of STAs per AP in indoor deployment. +- (wifi) Fix the equality operator of WifiInformationElement +- (wifi) Make the implementation of the Multi-Link Element compliant with the 11be specs by adding support of inheritance Release 3.38 ------------