]> git.ipfire.org Git - telemetry.git/commitdiff
sources: hostapd: Fix typo
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Jul 2026 11:37:18 +0000 (11:37 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Jul 2026 11:37:18 +0000 (11:37 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/daemon/sources/hostapd.c

index 2997c3dd46d6974661d646c3e63b3966445654dc..b34a345787c95a4e89435599058919dfdc8189ec 100644 (file)
@@ -99,7 +99,7 @@ static int hostapd_submit_station(td_ctx* ctx, hostapd_station* station) {
                return r;
        }
 
-       // Convert the RX/TX rate to bit/s (hostapd returns hundredth of kilobits)
+       // Convert the RX/TX rate to bit/s (hostapd returns hundreds of kilobits)
        station->rx_rate *= 100 * 1024;
        station->tx_rate *= 100 * 1024;