[OpenWrt-Devel] [PATCH] ar71xx: Fix eth0 support for Ubiquiti UniFi AP AC

p.wassi at gmx.at p.wassi at gmx.at
Sat Apr 30 04:17:59 EDT 2016


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 changeset 48937 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;
 
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list