Re: [OpenWrt-Devel] rt2880 AP performance

2012-01-12 Thread Helmut Schaa
On Wed, Jan 11, 2012 at 11:45 PM, Roman Yeryomin leroi.li...@gmail.com wrote: So is it an opensource driver issue with HT modes or inability to set 802.11n only mode? Not sure how much difference 11n-only would make but rt2x00 might not yet be as advanced as the original ralink drivers are.

Re: [OpenWrt-Devel] ar71xx preemptive kernel

2012-01-12 Thread Florian Fainelli
Hello Peter, On 01/12/12 00:29, Peter Naulls wrote: 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]

[OpenWrt-Devel] [PATCH] Remove /lib/hotplug2/worker_fork.so as worker module compiled statically

2012-01-12 Thread Viktar Palstsiuk
Remove /lib/hotplug2/worker_fork.so as worker module compiled statically since Changeset 16154. -- Best regards, Viktar Palstsiuk Index: openwrt/package/base-files/files/etc/init.d/boot === ---

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

2012-01-12 Thread Hauke Mehrtens
On 01/12/2012 04:13 AM, tathagata wrote: Hi Hauke, I will modify it and send updated patch. Which hardware are you using ? Regards, Tathagata Hi Tathagata, I am using a Netgear WNDR3400 with an BCM4716 with Serial flash. In the evening I will look where exactly it fails. Hauke On

[OpenWrt-Devel] [PATCH] Haveged entropy gathering daemon - Package

2012-01-12 Thread Olipro
Haveged is an entropy gathering daemon which refills the kernel's entropy pool by timing the nanoseconds a CPU takes to complete a loop. The existing haveged only supports a few architectures - I have added support for any given architecture by utilising the CLOCK_MONOTONIC_RAW introduced in

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

2012-01-12 Thread Tathagata Das
Hi Hauke, I guess some NAND flash specific code are not under NAND flash tag. Regards, Tatha On 01/12/2012 04:51 PM, Hauke Mehrtens wrote: On 01/12/2012 04:13 AM, tathagata wrote: Hi Hauke, I will modify it and send updated patch. Which hardware are you using ? Regards, Tathagata Hi

Re: [OpenWrt-Devel] [PATCH] Haveged entropy gathering daemon - Package

2012-01-12 Thread Florian Fainelli
Hello, On 01/12/12 12:29, Olipro wrote: Haveged is an entropy gathering daemon which refills the kernel's entropy pool by timing the nanoseconds a CPU takes to complete a loop. The existing haveged only supports a few architectures - I have added support for any given architecture by utilising

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

2012-01-12 Thread Florian Fainelli
Hello Tathagata, On 01/10/12 13:00, 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. I have inlined some comments, how much throughput do

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

2012-01-12 Thread Tathagata Das
Hi Florian, Thanks a lot for your comment. I will update the patch accordingly. Regards, Tathagata On 01/12/2012 06:40 PM, Florian Fainelli wrote: Hello Tathagata, On 01/10/12 13:00, Tathagata Das wrote: Hi, Attached is the updated kernel patch to support brcm47xx BCMA NAND flash. This

Re: [OpenWrt-Devel] [PATCH] Haveged entropy gathering daemon - Package

2012-01-12 Thread g . esp
- Mail original - De: Florian Fainelli flor...@openwrt.org À: OpenWrt Development List openwrt-devel@lists.openwrt.org Envoyé: Jeudi 12 Janvier 2012 13:53:47 Objet: Re: [OpenWrt-Devel] [PATCH] Haveged entropy gathering daemon - Package Hello, On 01/12/12 12:29, Olipro wrote:

Re: [OpenWrt-Devel] [PATCH] Haveged entropy gathering daemon - Package

2012-01-12 Thread Roman Yeryomin
On 12 January 2012 14:53, Florian Fainelli flor...@openwrt.org wrote: Hello, On 01/12/12 12:29, Olipro wrote: Haveged is an entropy gathering daemon which refills the kernel's entropy pool by timing the nanoseconds a CPU takes to complete a loop. The existing haveged only supports a few

Re: [OpenWrt-Devel] ar71xx preemptive kernel

2012-01-12 Thread Peter Naulls
On 01/12/2012 02:26 AM, Florian Fainelli wrote: Hello Peter, The system seemed otherwise ok, but I didn't test beyond this. Can you describe how you run into this error? Just so that we can reproduce and fix the problem. Should have provided more details. I had to rebuild the kernel to

Re: [OpenWrt-Devel] [PATCH] Haveged entropy gathering daemon - Package

2012-01-12 Thread Florian Fainelli
On 01/12/12 16:52, Roman Yeryomin wrote: On 12 January 2012 14:53, Florian Fainelliflor...@openwrt.org wrote: Hello, On 01/12/12 12:29, Olipro wrote: Haveged is an entropy gathering daemon which refills the kernel's entropy pool by timing the nanoseconds a CPU takes to complete a loop.

Re: [OpenWrt-Devel] [PATCH] Haveged entropy gathering daemon - Package

2012-01-12 Thread Roman Yeryomin
On 12 January 2012 18:02, Florian Fainelli flor...@openwrt.org wrote: Although I've done this on ramips platform and didn't face any issues I think that, potentially, a better source or entropy would be radio noise. Of cause if it's possible to get. Indeed, using entropy from Wi-Fi cards

Re: [OpenWrt-Devel] [PATCH] Haveged entropy gathering daemon - Package

2012-01-12 Thread g . esp
- Mail original - De: Roman Yeryomin leroi.li...@gmail.com À: Florian Fainelli flor...@openwrt.org Cc: OpenWrt Development List openwrt-devel@lists.openwrt.org Envoyé: Jeudi 12 Janvier 2012 17:29:26 Objet: Re: [OpenWrt-Devel] [PATCH] Haveged entropy gathering daemon - Package On

Re: [OpenWrt-Devel] [PATCH] Haveged entropy gathering daemon - Package

2012-01-12 Thread Jonathan Bither
That's a pretty neat example and idea behind it. Perhaps it would be beneficial to apply the same concept to the mac80211 stack that once loaded would expose /dev/iwrandom? Jonathan, On 01/12/2012 12:07 PM, g@free.fr wrote: - Mail original - De: Roman

Re: [OpenWrt-Devel] [PATCH] Haveged entropy gathering daemon - Package

2012-01-12 Thread g . esp
- Mail original - De: Roman Yeryomin leroi.li...@gmail.com À: OpenWrt Development List openwrt-devel@lists.openwrt.org Envoyé: Jeudi 12 Janvier 2012 16:52:36 Objet: Re: [OpenWrt-Devel] [PATCH] Haveged entropy gathering daemon - Package If I remember correctly there were some

Re: [OpenWrt-Devel] [PATCH] Haveged entropy gathering daemon - Package

2012-01-12 Thread Florian Fainelli
On 01/12/12 18:43, g@free.fr wrote: - Mail original - De: Roman Yeryominleroi.li...@gmail.com À: OpenWrt Development Listopenwrt-devel@lists.openwrt.org Envoyé: Jeudi 12 Janvier 2012 16:52:36 Objet: Re: [OpenWrt-Devel] [PATCH] Haveged entropy gathering daemon - Package If I

[OpenWrt-Devel] Circular locking dependency

2012-01-12 Thread Peter Naulls
I think this is the same kernel I've been using a long time on WZR-HP-G300NH, (that is, not the preemptive options I mentioned yesterday), but I did recently turn on debugging. I think this may help explain some occasional flash failures we've been seeing (this is the only one with a serial

[OpenWrt-Devel] [PATCH] DWC otg usb (ramips): compilation fixes and trivial bugfix in slave mode

2012-01-12 Thread Nikolai Zhubr
Hello people, The attached trivial patch updates slave-mode parts in dwc otg usb driver for ramips target. It doesn't touch anything host-mode. The first 2 fragments correct an error in passing argument, this is immediately clear from comparing with (already correct) calls to

Re: [OpenWrt-Devel] [PATCH] Add enabled option to multiwan

2012-01-12 Thread Etienne Champetier
Hi Attached modified patchs for multiwan and luci-app-multiwan Signed-off-by: Etienne CHAMPETIER etienne.champet...@free.fr Le 19/12/2011 18:30, Etienne Champetier a écrit : Hi Here follows the patch for luci multiwan package I've also opened a ticket on the luci trac Regards Le