]> www.infradead.org Git - nvme.git/commit
net: ethernet: mtk_eth_soc: correct the max weight of the queue limit for 100Mbps
authorBo-Cun Chen <bc-bocun.chen@mediatek.com>
Wed, 16 Apr 2025 00:51:07 +0000 (01:51 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 17 Apr 2025 15:13:41 +0000 (08:13 -0700)
commit6b02eb372c6776c9abb8bc81cf63f96039c24664
tree9b246546c34b673c9ff09dc73568a5f63e0a07f2
parent6bc2b6c6f16d8e60de518d26da1bc6bc436cf71d
net: ethernet: mtk_eth_soc: correct the max weight of the queue limit for 100Mbps

Without this patch, the maximum weight of the queue limit will be
incorrect when linked at 100Mbps due to an apparent typo.

Fixes: f63959c7eec31 ("net: ethernet: mtk_eth_soc: implement multi-queue support for per-port queues")
Signed-off-by: Bo-Cun Chen <bc-bocun.chen@mediatek.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Link: https://patch.msgid.link/74111ba0bdb13743313999ed467ce564e8189006.1744764277.git.daniel@makrotopia.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mediatek/mtk_eth_soc.c