Re: [OpenWrt-Devel] rt2880 AP performance

2012-01-11 Thread Helmut Schaa
On Tue, Jan 10, 2012 at 11:06 PM, Roman Yeryomin wrote: > I just faced the same issue - changing HT20 to HT40+/- doesn't give > anything but this error: > > 20/40 MHz operation not permitted on channel pri=1 sec=5 based on > overlapping BSSes > > This message appears whenever which channel I use i

Re: [OpenWrt-Devel] Backfire (toolchain) debug advice needed: firmware built with Ubuntu 11.10 crashes, but works if built with 11.04

2012-01-11 Thread Conor O'Gorman
We had some build problems on different platforms recently. This seemed to resolve them: gcc pr 41818 build errors where the host and target libraries get mixed up, during bootstrap see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41818 Conor On Wed, 2012-01-11 at 00:21 +0200, Roman Yeryomin

Re: [OpenWrt-Devel] ar71xx: local mac support on the wndr3700?

2012-01-11 Thread Mark Mentovai
Dave Taht wrote: > [PATCH 4/4] Add local mac support to wndr3700 so as to be able to > route not bridge > > The wndr3700 at least has no eth0 mac address and usually leverages > the first wireless device's mac when in a bridged scenario. If, > however, you want to route, and not bridge the interfac

[OpenWrt-Devel] [PATCH] WZR-HP-G300NH ar71xx u-boot

2012-01-11 Thread Peter Naulls
This patches makes a G300NH version of u-boot, heavily based upon the existing Zyxel NGB460 code. This is sufficient to be able to kexec into (or whatever) then access flash, then boot from there back into Linux. (See previous threads on kexec). I know that the flash setup isn't exactly right,

Re: [OpenWrt-Devel] [PATCH] Updated kernel patch in trunk to support brcm47xx BCMA NAND flash

2012-01-11 Thread Hauke Mehrtens
On 01/10/2012 01:00 PM, Tathagata Das wrote: > Hi, > Attached is the updated kernel patch to support brcm47xx BCMA NAND > flash. This patch uses driver/mtd/nand/nand_base.c. I have used latest > trunk source code to create this patch. > > Regards, > Tathagata Hi Tathagata, your patch causes my

Re: [OpenWrt-Devel] rt2880 AP performance

2012-01-11 Thread Roman Yeryomin
On 11 January 2012 10:55, Helmut Schaa wrote: > On Tue, Jan 10, 2012 at 11:06 PM, Roman Yeryomin > wrote: >> I just faced the same issue - changing HT20 to HT40+/- doesn't give >> anything but this error: >> >> 20/40 MHz operation not permitted on channel pri=1 sec=5 based on >> overlapping BSSe

[OpenWrt-Devel] ar71xx preemptive kernel

2012-01-11 Thread Peter Naulls
For comedy value, I enabled preemption in my G300NH build: 124.49] BUG: scheduling while atomic: swconfig/811/0x0002 [ 124.50] 2 locks held by swconfig/811: [ 124.50] #0: (genl_mutex){+.+...}, at: [<8021cd20>] genl_rcv+0x14/0x34 [ 124.51] #1: (&(&dev->lock)->rlock){+

Re: [OpenWrt-Devel] [PATCH] Updated kernel patch in trunk to support brcm47xx BCMA NAND flash

2012-01-11 Thread tathagata
Hi Hauke, I will modify it and send updated patch. Which hardware are you using ? Regards, Tathagata On 12.01.2012 03:41, Hauke Mehrtens wrote: On 01/10/2012 01:00 PM, Tathagata Das wrote: Hi, Attached is the updated kernel patch to support brcm47xx BCMA NAND flash. This patch uses driver/mt