Re: [OpenWrt-Devel] [PATCH v3 7/7] ar71xx: add support for the devolo dLAN pro 1200+ WiFi ac

2015-07-09 Thread John Crispin
Hi, this function seem to be overly complicated. do you really need this ? John On 07/07/2015 14:58, Günther Kelleter wrote: +static void inc_mac_addr(u8 *base_mac, u8 *dst_mac, u8 inc) +{ + u32 tmp = 0; + char index = 6; + + tmp = base_mac[5] + inc; + while

Re: [OpenWrt-Devel] [PATCH v3 7/7] ar71xx: add support for the devolo dLAN pro 1200+ WiFi ac

2015-07-09 Thread Guenther Kelleter
-Original Message- From: John Crispin [mailto:blo...@openwrt.org] Sent: Thursday, July 09, 2015 8:42 AM To: Guenther Kelleter; openwrt-devel@lists.openwrt.org Subject: Re: [OpenWrt-Devel] [PATCH v3 7/7] ar71xx: add support for the devolo dLAN pro 1200+ WiFi ac Hi

[OpenWrt-Devel] [PATCH v3 7/7] ar71xx: add support for the devolo dLAN pro 1200+ WiFi ac

2015-07-07 Thread Günther Kelleter
Signed-off-by: Günther Kelleter guenther.kelle...@devolo.de --- target/linux/ar71xx/base-files/etc/diag.sh | 3 + .../etc/hotplug.d/firmware/11-ath10k-caldata | 8 + .../ar71xx/base-files/etc/uci-defaults/01_leds | 6 + .../ar71xx/base-files/etc/uci-defaults/02_network |