Re: [OpenWrt-Devel] [PATCH][lantiq] Fixes to athxk EEPROM loading

2013-06-03 Thread John Crispin
On 03/06/13 19:54, Álvaro Fernández Rojas wrote: Use platform data array for storing ath5k EEPROM instead of creating another one. EEPROM size is 2048 words (2 bytes), so we must read 4096 bytes from flash. No need to keep the checksum fix now that the EEPROM is loaded completely. Add a manual e

Re: [OpenWrt-Devel] [PATCH][lantiq] Fixes to athxk EEPROM loading

2013-06-03 Thread John Crispin
On 03/06/13 20:35, Daniel Gimpelevich wrote: On Mon, 2013-06-03 at 19:54 +0200, Álvaro Fernández Rojas wrote: Use platform data array for storing ath5k EEPROM instead of creating another one. EEPROM size is 2048 words (2 bytes), so we must read 4096 bytes from flash. No need to keep the checksu

[OpenWrt-Devel] [PATCH] ixp4xx: replace magic number with macros in avila/ixdp425/miccpt PCI routing setup

2013-06-03 Thread Tamas TEVESZ
Replace magic number with the appropriate macro in avila/ixdp425/miccpt PCI routing setup. Index: target/linux/ixp4xx/patches-3.3/300-avila_support.patch === --- target/linux/ixp4xx/patches-3.3/300-avila_support.patch (revision

Re: [OpenWrt-Devel] [PATCH] [brcm63xx] Fixes and additions to the GPIO assignment of Huawei HW556 leds

2013-06-03 Thread Angga Reza Fardana
Hello! This is a reply regarding the previous email from danitool for the HW556. > Nice, I didn't notice the LAN leds were controled by GPIOs, and bicolor!!. > > However are you aware the GPIO 6 is used to swith on/off all leds?. I > defined it originally with my first messy patch since without i

Re: [OpenWrt-Devel] [PATCH][lantiq] Fixes to athxk EEPROM loading

2013-06-03 Thread Daniel Gimpelevich
On Mon, 2013-06-03 at 19:54 +0200, Álvaro Fernández Rojas wrote: > Use platform data array for storing ath5k EEPROM instead of creating another > one. > EEPROM size is 2048 words (2 bytes), so we must read 4096 bytes from flash. > No need to keep the checksum fix now that the EEPROM is loaded com

[OpenWrt-Devel] [PATCH][lantiq] Fixes to athxk EEPROM loading

2013-06-03 Thread Álvaro Fernández Rojas
Use platform data array for storing ath5k EEPROM instead of creating another one. EEPROM size is 2048 words (2 bytes), so we must read 4096 bytes from flash. No need to keep the checksum fix now that the EEPROM is loaded completely. Add a manual eeprom swap for ath9k and keep the endian way. Use m

[OpenWrt-Devel] [PATCH v2] authsae: adapt uci scripts to use authsae

2013-06-03 Thread Emanuel Taube
This patch modifies the uci scripts to be able to start meshd-nl80211 for encrypted mesh networks, therefor a new script (authsae.sh) is inserted. Signed-off-by: Emanuel Taube diff --git a/package/mac80211/files/lib/wifi/mac80211.sh b/package/mac80211/files/lib/wifi/mac80211.sh index a052a1c..a