mirror of
https://github.com/openwrt/luci.git
synced 2026-02-04 12:06:01 +08:00
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>