From 61de64c9836ab7a9182ada238cccd3271b4df0aa Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Tue, 8 Aug 2023 00:17:11 +0200 Subject: [PATCH] wifi: Fix EhtCapabilities doxygen --- src/wifi/model/eht/eht-capabilities.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wifi/model/eht/eht-capabilities.h b/src/wifi/model/eht/eht-capabilities.h index aaf68618a..90b5a96c8 100644 --- a/src/wifi/model/eht/eht-capabilities.h +++ b/src/wifi/model/eht/eht-capabilities.h @@ -273,7 +273,7 @@ class EhtCapabilities : public WifiInformationElement /** * Set the maximum A-MPDU length. * - * \param maxAmpduLength 2^(23 + x) - 1, x in the range 0 to 3 + * \param maxAmpduLength 2^(23 + x) - 1, x in the range 0 to 1 */ void SetMaxAmpduLength(uint32_t maxAmpduLength);