linux/drivers/net/dsa/realtek
Luiz Angelo Daros de Luca 078ae1bdd3 net: dsa: realtek: rtl8365mb: fix trap_door > 7
Trap door number is a 4-bit number divided in two regions (3 and 1-bit).
Both values were not masked properly. This bug does not affect supported
devices as they use up to port 7 (ext2). It would only be a problem if
the driver becomes compatible with 10-port switches like RTL8370MB and
RTL8310SR.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-01-28 15:02:50 +00:00
..
Kconfig net: dsa: realtek: rtl8365mb: add RTL8367S support 2022-01-28 15:02:49 +00:00
Makefile net: dsa: realtek: add new mdio interface for drivers 2022-01-28 15:02:49 +00:00
realtek-mdio.c net: dsa: realtek: rtl8365mb: add RTL8367S support 2022-01-28 15:02:49 +00:00
realtek-smi.c net: dsa: realtek: rtl8365mb: add RTL8367S support 2022-01-28 15:02:49 +00:00
realtek.h net: dsa: realtek: add new mdio interface for drivers 2022-01-28 15:02:49 +00:00
rtl8365mb.c net: dsa: realtek: rtl8365mb: fix trap_door > 7 2022-01-28 15:02:50 +00:00
rtl8366-core.c net: dsa: realtek: convert subdrivers into modules 2022-01-28 15:02:49 +00:00
rtl8366rb.c net: dsa: realtek: add new mdio interface for drivers 2022-01-28 15:02:49 +00:00