From 32bb4417525b00da8978581085b9ff36920d9363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Sun, 16 Apr 2023 11:28:45 +0200 Subject: [PATCH] Update RELEASE_NOTES for wifi multiple RF interfaces support --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a7e40659e..5eb859066 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -96,6 +96,7 @@ the TwoRaySpectrumPropagationLossModel fast-fading class, as the outcome of the - (wifi) Added support for 802.11ax MU-RTS/CTS protection - (wifi) !1119 - Added, by default, a WifiBandwidthFilter to spectrum channels created by the SpectrumWifiHelper, so as to filter out-of-band signals from the receiver. - (internet) InternetStackHelper can be now used on nodes with an InternetStack already installed (it will not install IPv[4,6] twice). +- (wifi) Added support to attach multiple spectrum channels to a same PHY and the possibility to track signals from multiple RF interfaces ### Bugs fixed