From 2a9b56874c6d2b2c44cd935e6c327f302bc68701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Mon, 14 Oct 2024 18:38:58 +0200 Subject: [PATCH] wifi: Clarify supported GIs functions of RSM --- src/wifi/model/wifi-remote-station-manager.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wifi/model/wifi-remote-station-manager.h b/src/wifi/model/wifi-remote-station-manager.h index 02e799d1f..6cf9925a7 100644 --- a/src/wifi/model/wifi-remote-station-manager.h +++ b/src/wifi/model/wifi-remote-station-manager.h @@ -376,9 +376,9 @@ class WifiRemoteStationManager : public Object */ bool GetShortGuardIntervalSupported() const; /** - * Return the supported HE guard interval duration. + * Return the shortest supported HE guard interval duration. * - * @return the supported HE guard interval duration + * @return the shortest supported HE guard interval duration */ Time GetGuardInterval() const; /** @@ -1245,11 +1245,11 @@ class WifiRemoteStationManager : public Object */ bool GetShortGuardIntervalSupported(const WifiRemoteStation* station) const; /** - * Return the HE guard interval duration supported by the station. + * Return the shortest HE guard interval duration supported by the station. * * @param station the station being queried * - * @return the HE guard interval duration supported by the station + * @return the shortest HE guard interval duration supported by the station */ Time GetGuardInterval(const WifiRemoteStation* station) const; /**