From d1d538ef4636591589abdc340a25622041d06212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Wed, 29 Nov 2023 20:13:16 +0100 Subject: [PATCH] wifi: Document implementation choice regarding Block Ack agreement setup --- src/wifi/doc/source/wifi-design.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wifi/doc/source/wifi-design.rst b/src/wifi/doc/source/wifi-design.rst index 5868350a1..975a951ce 100644 --- a/src/wifi/doc/source/wifi-design.rst +++ b/src/wifi/doc/source/wifi-design.rst @@ -189,6 +189,8 @@ Some implementation choices that are not imposed by the standard are listed belo * OperationalRateSet is assumed to contain all mandatory rates (see `issue 183 `_) * 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. Design Details **************