Files
luci/modules
qianxu 64e8a43cc3 luci-mod-status: fix incorrect unit for port speed
The kernel reports port speeds in decimal Mbps (e.g. 1000 for Gigabit).
Currently, the interface labels this value as 'Mibit/s' (binary),
which creates a unit mismatch.

This patch updates the label to 'Mbit/s' to match the source data.

Signed-off-by: qianxu <qianxuuuu@qq.com>
2026-01-06 13:18:51 +00:00
..