mirror of
https://github.com/openwrt/luci.git
synced 2026-06-20 10:01:15 +04:00
64e8a43cc3
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>