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);