<div dir="ltr"><div><div>Hi,<br><br></div>Just setting the mask with BIT(4) does not work. The Rocket needs this line:<br><br>   ath79_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RGMII;<br><br></div><div>for the RGMII AR8035 Ethernet controller, while the Nano/Loco use the MII mode:<br><br>   ath79_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_MII;<br><br></div><div><div>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.<br><br></div><div>Roger<br></div><div><div class="gmail_extra"><br><div class="gmail_quote">2015-04-16 14:29 GMT+02:00 Alexander Couzens <span dir="ltr"><<a href="mailto:lynxis@fe80.eu" target="_blank">lynxis@fe80.eu</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Roger,<br>
<br>
the loco xw seems to be very similiar to the rocket xw.<br>
Have you tried the init code from my last mail?<br>
If it works I would prefer it, because it's reusing existent code and it's a<br>
lot less code.<br>
<br>
Best,<br>
lynxis<br>
<span><font color="#888888">--<br>
Alexander Couzens<br>
<br>
mail: <a href="mailto:lynxis@fe80.eu" target="_blank">lynxis@fe80.eu</a><br>
jabber: <a href="mailto:lynxis@jabber.ccc.de" target="_blank">lynxis@jabber.ccc.de</a><br>
mobile: <a href="tel:%2B4915123277221" value="+4915123277221" target="_blank">+4915123277221</a><br>
</font></span><br>_______________________________________________<br>
openwrt-devel mailing list<br>
<a href="mailto:openwrt-devel@lists.openwrt.org" target="_blank">openwrt-devel@lists.openwrt.org</a><br>
<a href="https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel" target="_blank">https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel</a><br>
<br></blockquote></div><br></div></div></div></div>