[OpenWrt-Devel] [PATCH] ar71xx: Add support for MERCURY MAC1200R

2015-02-08 Thread Roger Pueyo Centelles
This patch adds support for MERCURY MAC1200R, a dual band 802.11bgn + 802.11ac router based on the AR9344, with QCA988x ath10k radio and 5 Fast Ethernet ports Signed-off-by: Roger Pueyo Centelles --- target/linux/ar71xx/base-files/etc/diag.sh | 3 + .../ar71xx/base-files/etc/uci-defaul

Re: [OpenWrt-Devel] [PATCH] ar71xx: Add support for MERCURY MAC1200R

2015-02-08 Thread Roger Pueyo Centelles
Fine. Resending... :) 2015-02-08 16:21 GMT+01:00 郭传鈜 : > Ah…Someone added an LED trigger for ath10k serveral days ago…So phy0tpt is > able to use now:D > 2015年2月8日 下午10:25于 写道: > > From: Roger Pueyo Centelles >> >> This patch adds support for MERCURY MAC1200R, a dual band 802.11bgn + >> 802.11ac

Re: [OpenWrt-Devel] [PATCH] ar71xx: Add support for MERCURY MAC1200R

2015-02-08 Thread 郭传鈜
Ah…Someone added an LED trigger for ath10k serveral days ago…So phy0tpt is able to use now:D 2015年2月8日 下午10:25于 写道: > From: Roger Pueyo Centelles > > This patch adds support for MERCURY MAC1200R, a dual band 802.11bgn + > 802.11ac > router based on the AR9344, with QCA988x ath10k radio and 5 Fast

[OpenWrt-Devel] [PATCH] ar71xx: Add support for MERCURY MAC1200R

2015-02-08 Thread roger . pueyo
From: Roger Pueyo Centelles This patch adds support for MERCURY MAC1200R, a dual band 802.11bgn + 802.11ac router based on the AR9344, with QCA988x ath10k radio and 5 Fast Ethernet ports Signed-off-by: Roger Pueyo Centelles --- target/linux/ar71xx/base-files/etc/diag.sh | 3 + .../ar

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Add support for MERCURY MAC1200R

2015-01-27 Thread Roger Pueyo Centelles
Hi, @Hartmut Ok, now I see. Thanks! @郭传鈜 Acoording to mach-archer-c7.c ,I think we should use ath79_register_pci(); > here and use /lib/preinit/81_load_ath10k_board_bin to load calibration > data for ath10k. > So, I understand I have to remove this line from target/linux/ar71xx/files/arch/mips/

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Add support for MERCURY MAC1200R

2015-01-26 Thread 郭传鈜
2015-01-27 1:10 GMT+08:00 Roger Pueyo Centelles : > Hi, > > Thank you both for your comments. > > @郭传鈜: > > >> + ucidef_set_led_wlan "wlan2g" "WLAN2G" "mercury:green:wlan2g" > "phy1tpt" > > I think the following line is incorrect: > >> + ucidef_set_led_wlan "wlan5g" "WLAN5G" "mercury:g

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Add support for MERCURY MAC1200R

2015-01-26 Thread Hartmut Knaack
Roger Pueyo Centelles schrieb am 26.01.2015 um 18:10: > Hi, > > Thank you both for your comments. > > @郭传鈜: > >>> + ucidef_set_led_wlan "wlan2g" "WLAN2G" "mercury:green:wlan2g" >>> "phy1tpt" >> I think the following line is incorrect: >>> + ucidef_set_led_wlan "wlan5g" "WLAN5G" "mer

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Add support for MERCURY MAC1200R

2015-01-26 Thread Roger Pueyo Centelles
Hi, Thank you both for your comments. @郭传鈜: >> + ucidef_set_led_wlan "wlan2g" "WLAN2G" "mercury:green:wlan2g" "phy1tpt" > I think the following line is incorrect: >> + ucidef_set_led_wlan "wlan5g" "WLAN5G" "mercury:green:wlan5g" "phy0tpt" > There is no LED trigger called 'phy0tpt' so

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Add support for MERCURY MAC1200R

2015-01-16 Thread John Crispin
On 11/01/2015 12:48, open...@rogerpueyo.com wrote: > From: Roger Pueyo Centelles > description and SoB are missing > --- > target/linux/ar71xx/base-files/etc/diag.sh | 3 + > .../ar71xx/base-files/etc/uci-defaults/01_leds | 5 + > .../ar71xx/base-files/etc/uci-defaults/02_

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Add support for MERCURY MAC1200R

2015-01-14 Thread 郭传鈜
2015-01-11 19:48 GMT+08:00 : > From: Roger Pueyo Centelles > > --- > target/linux/ar71xx/base-files/etc/diag.sh | 3 + > .../ar71xx/base-files/etc/uci-defaults/01_leds | 5 + > .../ar71xx/base-files/etc/uci-defaults/02_network | 1 + > target/linux/ar71xx/base-files/lib/ar71xx

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Add support for MERCURY MAC1200R

2015-01-12 Thread Roger Pueyo Centelles
Hi, Please check http://wiki.openwrt.org/toh/mercury/mac1200r Regards, Roger 2015-01-12 0:21 GMT+01:00 Bruno Randolf : > On 01/11/2015 09:25 PM, Gioacchino Mazzurco wrote: > >> The device has two radios: > >> - 802.11abgn AR9344 SoC, ath9k, working OK > >> - 802.11ac QCA988x, ath10k, working

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Add support for MERCURY MAC1200R

2015-01-11 Thread Bruno Randolf
On 01/11/2015 09:25 PM, Gioacchino Mazzurco wrote: >> The device has two radios: >> - 802.11abgn AR9344 SoC, ath9k, working OK >> - 802.11ac QCA988x, ath10k, working in AP and STA modes Interesting device. Can you post more specs, or add to the TOH wiki? Thanks, bruno __

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Add support for MERCURY MAC1200R

2015-01-11 Thread Roger Pueyo Centelles
No adhoc nor 802.11s with the current ath10k firmware. Actually, that's what I want it for. It's a pity the driver is not fully open source. I've tried with firmware 999.999.0.x ( http://wireless.kernel.org/en/users/Drivers/ath10k/firmware) but it the wireless interface is not operational and I ge

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Add support for MERCURY MAC1200R

2015-01-11 Thread Gioacchino Mazzurco
On Sunday, January 11, 2015 09:30:34 PM Roger Pueyo Centelles wrote: > Apparently it does :) Cool! > The device has two radios: > - 802.11abgn AR9344 SoC, ath9k, working OK > - 802.11ac QCA988x, ath10k, working in AP and STA modes Doesn't support adhoc nor 802.11s with the 802.11ac :( , does

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Add support for MERCURY MAC1200R

2015-01-11 Thread Gioacchino Mazzurco
Does openwrt supports 802.11ac with this router? Seller claim 802.11ac wireless + 1200Mbit ethernet speed (Gigabit?) Thanks! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] [ar71xx] Add support for MERCURY MAC1200R

2015-01-11 Thread openwrt
From: Roger Pueyo Centelles --- target/linux/ar71xx/base-files/etc/diag.sh | 3 + .../ar71xx/base-files/etc/uci-defaults/01_leds | 5 + .../ar71xx/base-files/etc/uci-defaults/02_network | 1 + target/linux/ar71xx/base-files/lib/ar71xx.sh | 6 + .../ar71xx/base-files/li