[OpenWrt-Devel] ath9k: fix ath9k_hw_apply_gpio_override so that it's effective

2010-11-05 Thread Mark Mentovai
nbd and friends: I discovered another bug in the ath9k WNDR3700 quirk fix from r23822. ath9k_hw_apply_gpio_override was testing the original value of gpio_mask to determine which bits were appropriate, instead of testing the shifted value. Because bit 0 is always clear in the original value, this

Re: [OpenWrt-Devel] ath9k: fix ath9k_hw_apply_gpio_override so that it's effective

2010-11-05 Thread Felix Fietkau
On 2010-11-05 2:52 PM, Mark Mentovai wrote: nbd and friends: I discovered another bug in the ath9k WNDR3700 quirk fix from r23822. ath9k_hw_apply_gpio_override was testing the original value of gpio_mask to determine which bits were appropriate, instead of testing the shifted value. Because

Re: [OpenWrt-Devel] [PATCH] ag71xx: Fix ar8216 devices and remove the ar8216 workaround.

2010-11-05 Thread Scott Nicholas
My suggestion was for the ifxmips.c ethernet driver in Linux, not U-boot. A dirty hack to remove the filter upon initialization. /target/linux/ifxmips/files/arch/mips/include/asm/mach-ifxmips/ifxmips.h seems to lack the ENETS_CFG register, so I suggested that #define. Then have a look at how other

Re: [OpenWrt-Devel] [PATCH] ag71xx: Fix ar8216 devices and remove the ar8216 workaround.

2010-11-05 Thread Luca Olivetti
Al 05/11/10 19:16, En/na Scott Nicholas ha escrit: static int ifxmips_set_mac_address(struct net_device *dev, void *p) { int ret; struct sockaddr *addr = p; ret = eth_mac_addr(dev, p); if (ret) return ret; memcpy(ENET_MAC_DA0,

Re: [OpenWrt-Devel] [PATCH] was Re: WGT634U busted in trunk since mid-July

2010-11-05 Thread Hauke Mehrtens
On 10/17/2010 09:17 PM, Russell Senior wrote: Jochen == Jochen Friedrich joc...@scram.de writes: Jochen Hi Russell, By judicious application of printk's (note that in order to get the console back for the WGT634U to see them, I had to revert r22663) I managed to figure out what is visible,

[OpenWrt-Devel] [PATCH] add support for D-Link DNS-323

2010-11-05 Thread Luka Perkov
Hi, this patch adds support for D-Link DNS323 storage device. You can find more info here: http://dns323.lukaperkov.net/ Currently you need serial cable to flash OpenWrt on DNS-323. Signed-off-by: Luka Perkov openwrt --to-- lukaperkov.net --- Index: target/linux/orion/image/dns323.mk

[OpenWrt-Devel] [PATCH] Make leds-5501 work

2010-11-05 Thread Philip Prindeville
Fixes dependencies, and properly labels the module as GPL (thanks, Felix!). Signed-off-by: Philip Prindeville phil...@redfish-solutions.com --- Index: target/linux/x86/patches-2.6.35/110-net5501_modstuff.patch === ---