From: Paul Wassi <p.wassi at gmx.at>

Fix eth0 support for the Ubiquiti UniFi AP AC
Signed-off-by: Paul Wassi <p.wassi at gmx.at>
---
In openwrt r48937 a patch was introduced which changes the default behaviour
of ath79_register_eth(). The patch below addresses this issue and provides 
proper
device setup. Eth is then working out of the box.

files/arch/mips/ath79/mach-ubnt-unifiac.c | 1 +
1 file changed, 1 insertion(+)

diff -rupN a/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c 
b/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c
@@ -84,6 +84,7 @@  static void __init ubnt_unifiac_setup(vo
                       eeprom + UNIFIAC_MAC0_OFFSET, 0);
 
        ath79_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_SGMII;
+       ath79_eth0_data.mii_bus_dev = &ath79_mdio0_device.dev;
        ath79_eth0_data.phy_mask = BIT(4);
        ath79_eth0_pll_data.pll_10 = 0x00001313;
 

_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to