mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 23:12:32 +00:00
2e676c05dc
dsa_to_port function in 5.10 returns dsa_port from the port list in dsa_switch_tree, but the tree is built when the switch is registered by dsa_register_switch and it's null in rtl83xx_mdio_probe. So, we need to use dsa_to_port after the registration of the switch. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com> |
||
---|---|---|
.. | ||
common.c | ||
debugfs.c | ||
dsa.c | ||
Kconfig | ||
Makefile | ||
qos.c | ||
rtl83xx.h | ||
rtl838x.c | ||
rtl838x.h | ||
rtl839x.c | ||
rtl930x.c | ||
rtl931x.c |