changeset 11628 | 243b71de25a0 |
parent 11450 | 9f4ae69f12b7 |
--- a/src/wifi/model/rraa-wifi-manager.h Wed Sep 02 16:37:05 2015 -0700 +++ b/src/wifi/model/rraa-wifi-manager.h Thu Sep 03 22:16:49 2015 +0200 @@ -120,10 +120,11 @@ * Get a threshold for the given mode. * * \param mode + * \param station * * \return threshold */ - struct ThresholdsItem GetThresholds (WifiMode mode) const; + struct ThresholdsItem GetThresholds (WifiMode mode, RraaWifiRemoteStation *station) const; /** * Get a threshold for the given station and mode index. *