wifi: Update scope and limitations in documentation

This commit is contained in:
Stefano Avallone
2023-09-17 19:46:09 +02:00
parent 6a2e56c9fe
commit 064c7440dc

View File

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