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 **************