This patch series adds support for Ubiquiti Nanostation M (XW). I've added missing mii-gmac0-slave parser, fixed bug with enabled CRC in frames which is appearing only in ath79 and once I've started final testing, I've realized, that there are quite common bits shared with Bullet M (XW) so I've moved them into the common include file. Then I've found out, that in comparison to ar71xx snapshot builds I'm missing support for status LEDs, so I've added it as well.
It was tested by Joe Ayers on his Nanostation M5 (XW), and by myself on Nanostation M5 (XW) and Bullet M2 (XW). Petr Štetiar (5): ath79: ubnt-xw: Add LED aliases for diag and status LED support ath79: ubnt-bullet-m-xw: Move common DTS bits into XW include file ath79: gmac: ar934x: Add parser for mii-gmac0-slave ath79: ag71xx: Ensure that appending of CRC to frames is always disabled ath79: Add support for Ubiquiti Nanostation M (XW) target/linux/ath79/base-files/etc/board.d/01_leds | 1 + .../linux/ath79/base-files/etc/board.d/02_network | 4 +++ target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts | 11 ++----- target/linux/ath79/dts/ar9342_ubnt_nano-m-xw.dts | 38 ++++++++++++++++++++++ target/linux/ath79/dts/ar9342_ubnt_xw.dtsi | 21 ++++++++++-- .../net/ethernet/atheros/ag71xx/ag71xx_gmac.c | 1 + .../net/ethernet/atheros/ag71xx/ag71xx_main.c | 8 +++-- target/linux/ath79/image/generic-ubnt.mk | 7 ++++ 8 files changed, 78 insertions(+), 13 deletions(-) create mode 100644 target/linux/ath79/dts/ar9342_ubnt_nano-m-xw.dts -- 1.9.1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
