From: Michael Tremer Date: Sat, 11 Jul 2026 11:37:18 +0000 (+0000) Subject: sources: hostapd: Fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a20d74b48fcf3d4429099706e7760a8e31747c1;p=telemetry.git sources: hostapd: Fix typo Signed-off-by: Michael Tremer --- diff --git a/src/daemon/sources/hostapd.c b/src/daemon/sources/hostapd.c index 2997c3d..b34a345 100644 --- a/src/daemon/sources/hostapd.c +++ b/src/daemon/sources/hostapd.c @@ -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;