From 064c7440dcff4f5ec32ddb5bcba6a6d01e0b07a6 Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Sun, 17 Sep 2023 19:46:09 +0200 Subject: [PATCH] wifi: Update scope and limitations in documentation --- src/wifi/doc/source/wifi-design.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wifi/doc/source/wifi-design.rst b/src/wifi/doc/source/wifi-design.rst index 975a951ce..d56abcfa4 100644 --- a/src/wifi/doc/source/wifi-design.rst +++ b/src/wifi/doc/source/wifi-design.rst @@ -191,6 +191,9 @@ Some implementation choices that are not imposed by the standard are listed belo * The wifi manager always selects the lowest basic rate for management frames. * If a STA (AP or non-AP) supports VHT, a Block Ack agreement is always setup once a first packet is enqueued regardless of whether it will be transmitted in an A-MPDU. +* Once an A-MSDU is created, it is no longer modified, even before it is actually transmitted + for the first time. This means that this A-MSDU cannot be aggregated to other MSDUs using A-MSDU + aggregation. Design Details **************