openwrt/target/linux/realtek/files-5.15/drivers/net
Peter Körner 9fb5082e25
rtl93xx: fix condition intended to only select internal serdes ports
This condition was introduced in commit 51c8f76612 ("realtek: Improve
MAC config handling for all SoCs") to correctly report the speed of the
internal serdes ports as 10G, but instead makes all ports read 10G
because the or-operator should have been an and-operator.

Fixes: #9953
Fixes: 51c8f76612 ("realtek: Improve MAC config handling for all SoCs")
Signed-off-by: Peter Körner <git@mazdermind.de>
[ wrap comment to 72 column and improve commit ref ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2023-10-03 19:01:32 +02:00
..
dsa/rtl83xx rtl93xx: fix condition intended to only select internal serdes ports 2023-10-03 19:01:32 +02:00
ethernet realtek: eth: Do not write directly to dev->addr 2023-06-03 21:15:11 +02:00
phy realtek: Use MDIO_* constants from <linux/mdio.h> 2023-07-01 20:25:48 +02:00