Hi, Just setting the mask with BIT(4) does not work. The Rocket needs this line:
ath79_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RGMII; for the RGMII AR8035 Ethernet controller, while the Nano/Loco use the MII mode: ath79_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_MII; Therefore the ubnt_xw_init() function does not apply for the Rocket. Anyway, there are some common lines, so probably the three devices could be merged somehow, I guess. Roger 2015-04-16 14:29 GMT+02:00 Alexander Couzens <[email protected]>: > Hi Roger, > > the loco xw seems to be very similiar to the rocket xw. > Have you tried the init code from my last mail? > If it works I would prefer it, because it's reusing existent code and it's > a > lot less code. > > Best, > lynxis > -- > Alexander Couzens > > mail: [email protected] > jabber: [email protected] > mobile: +4915123277221 > > _______________________________________________ > openwrt-devel mailing list > [email protected] > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel > >
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
