Re: [OpenWrt-Devel] om2p-hs: System lockup with 'ath: phy0: PLL4 meaurement not done' error

2013-03-08 Thread Felix Fietkau
On 2013-03-08 8:39 PM, Marek Lindner wrote: > On Saturday, March 09, 2013 01:57:30 Petr Štetiar wrote: >> > f18e3c6b67f448ec47b3a5b242789bd3d5644879 >> > Author: Mohammed Shafi Shajakhan >> > Date: Mon Jun 18 13:13:30 2012 +0530 >> > >> > ath9k_hw: avoid possible infinite loop in ar9003_get

Re: [OpenWrt-Devel] om2p-hs: System lockup with 'ath: phy0: PLL4 meaurement not done' error

2013-03-08 Thread Marek Lindner
On Saturday, March 09, 2013 01:57:30 Petr Štetiar wrote: > > f18e3c6b67f448ec47b3a5b242789bd3d5644879 > > Author: Mohammed Shafi Shajakhan > > Date: Mon Jun 18 13:13:30 2012 +0530 > > > > ath9k_hw: avoid possible infinite loop in ar9003_get_pll_sqsum_dvc > > I've reverted this patch and it

Re: [OpenWrt-Devel] om2p-hs: System lockup with 'ath: phy0: PLL4 meaurement not done' error

2013-03-08 Thread Petr Štetiar
Marek Lindner [2013-03-07 18:13:48]: > This smells like an ath9k regression potentially introduced by this patch: Negative. > f18e3c6b67f448ec47b3a5b242789bd3d5644879 > Author: Mohammed Shafi Shajakhan > Date: Mon Jun 18 13:13:30 2012 +0530 > > ath9k_hw: avoid possible infinite loop in

[OpenWrt-Devel] [PATCH] ramips: add support for Edimax BR-6475nD

2013-03-08 Thread Christopher Lais
compat-wireless still needs updates to support the RF chip, which claims it is a RF3053. Signed-off-by: Christopher Lais --- target/linux/ramips/base-files/etc/diag.sh |2 +- .../etc/hotplug.d/firmware/10-rt2x00-eeprom|3 + .../ramips/base-files/etc/uci-defaults/01_leds

Re: [OpenWrt-Devel] [PATCH] ramips: add support for Edimax BR-6475nD

2013-03-08 Thread Christopher Lais
Going to attach a revised patch shortly, the squashfs split stuff makes a full image checksum in the u-boot image as done by the original firmware not such a good idea (i.e., image generation is broken in this patch). -- Chris ___ openwrt-devel mailing

[OpenWrt-Devel] [PATCH/RFC] [lantiq] add support for AudioCodes AC-252

2013-03-08 Thread Daniel Golle
user-space support for extracting the EEPROM for the RaLink WiFi is still missing. Besides this, it's all working. Signed-off-by: Daniel Golle create mode 100644 target/linux/lantiq/image/ACMP252.dts create mode 100644 target/linux/lantiq/xway/profiles/audiocodes.mk diff --git a/target/linux/

[OpenWrt-Devel] compile fix for dash on OpenBSD host

2013-03-08 Thread Waldemar Brodkorb
Hi, nl is not available on OpenBSD, but gnl via coreutils package. It is used by a source code generation script in the dash package. Signed-off-by: Waldemar Brodkorb Index: tools/Makefile === --- tools/Makefile (revision 3590

Re: [OpenWrt-Devel] c question (for a patch..)

2013-03-08 Thread Alexander Stadler
Hi! "Discussed topic" already went into the patch and works, so thanks for communication and verification! Am 08.03.2013 13:48, schrieb Tijs Van Buggenhout: > > As long as the intension is not data protection, const can be useful ;-) > Just protection from the programmer ;-). > Tijs Alex _

[OpenWrt-Devel] [PATCH] scripts/feeds: return 1 to the shell if any of the feeds fail to update

2013-03-08 Thread jonh . wendell
From: Jonh Wendell Currently the feeds script always exit with the status 0, even if it fails to update a feed. This patch changes this behaviour, returning 1 to the shell if any of the feeds fail to update. This keeps the current behaviour, i.e., try to update all feeds even when one of them fa

Re: [OpenWrt-Devel] c question (for a patch..)

2013-03-08 Thread Tijs Van Buggenhout
On Thursday 07 March 2013 18:47:53 Alexander Stadler wrote: > Am 07.03.2013 17:25, schrieb Tijs Van Buggenhout: > > On Thursday 07 March 2013 16:39:33 Alexander Stadler wrote: > >> Am 07.03.2013 16:24, schrieb Matthijs Kooijman: > >>> Hi Alexander, > > Hi Tijs, > just read after I've sent my last