Re: [OpenWrt-Devel] [PATCH] BCMA - Reorder SPROM fill

2012-03-02 Thread Nathan Hintz
On Fri, 2012-03-02 at 21:13 +0100, Hauke Mehrtens wrote: > On 03/02/2012 06:01 AM, Nathan Hintz wrote: > > The SPROM is initialized in bcm47xx_fill_sprom, so move the call to > > bcm47xx_fill_sprom_ethernet after it. > > > > Signed-off-by: Nathan Hintz > > > > Index: > > target/linux/brcm47xx/

Re: [OpenWrt-Devel] [PATCH] BCMA - Enable use of IRQ6

2012-03-02 Thread Nathan Hintz
Hi Hauke, On Sat, 2012-03-03 at 00:06 +0100, Hauke Mehrtens wrote: > On 03/02/2012 06:36 AM, Nathan Hintz wrote: > > > > Signed-off-by: Nathan Hintz > > > > --- /dev/null 2012-02-21 01:00:44.969496803 -0800 > > +++ target/linux/brcm47xx/patches-3.2/0051-bcma-enable-irq6.patch > > 2011-

Re: [OpenWrt-Devel] [PATCH] BCMA - Account for variable PCI memory base/size

2012-03-02 Thread Hauke Mehrtens
On 03/02/2012 06:07 AM, Nathan Hintz wrote: > Signed-off-by: Nathan Hintz > > Index: > target/linux/brcm47xx/patches-3.2/0040-bcma-add-PCIe-host-controller.patch > === > --- > target/linux/brcm47xx/patches-3.2/0040-bcma-add-PCIe-ho

Re: [OpenWrt-Devel] [PATCH] BCMA - Enable use of IRQ6

2012-03-02 Thread Hauke Mehrtens
On 03/02/2012 06:36 AM, Nathan Hintz wrote: > > Signed-off-by: Nathan Hintz > > --- /dev/null 2012-02-21 01:00:44.969496803 -0800 > +++ target/linux/brcm47xx/patches-3.2/0051-bcma-enable-irq6.patch > 2011-07-25 11:20:35.030008484 -0700 > @@ -0,0 +1,29 @@ > +--- a/drivers/bcma/driver_mips.c

Re: [OpenWrt-Devel] [PATCH] BCMA - Reorder SPROM fill

2012-03-02 Thread Hauke Mehrtens
On 03/02/2012 06:01 AM, Nathan Hintz wrote: > The SPROM is initialized in bcm47xx_fill_sprom, so move the call to > bcm47xx_fill_sprom_ethernet after it. > > Signed-off-by: Nathan Hintz > > Index: > target/linux/brcm47xx/patches-3.2/199-MIPS-BCM47XX-provide-sprom-to-bcma-bus.patch > ==

Re: [OpenWrt-Devel] Alix 2D13 on latest trunk, traces in dmesg on bootup?

2012-03-02 Thread Philip Prindeville
Sorry, cut and paste error. The first gdb command should have read: (gdb) cd build_dir/linux-x86_alix2/linux-3.2.2 On 3/2/12 12:26 PM, Philip Prindeville wrote: > This should be on a Wiki page if it's not already... Haven't had time to > look. > > On your build host, you would start gdb on y

Re: [OpenWrt-Devel] Alix 2D13 on latest trunk, traces in dmesg on bootup?

2012-03-02 Thread Philip Prindeville
This should be on a Wiki page if it's not already... Haven't had time to look. On your build host, you would start gdb on your image. On my machine, I do this as: % gdb (gdb) build_dir/linux-x86_alix2/linux-3.2.2 and I open the kernel: (gdb) file vmlinux then I look at the contents of /proc/

Re: [OpenWrt-Devel] [PATCH] Add Patch in package/mac80211 for AP and Mesh to operate simultaneously in Single Radio

2012-03-02 Thread Yeoh Chun-Yeow
Hi, Jonathan, Yes. Regards, Chun-Yeow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Add Patch in package/mac80211 for AP and Mesh to operate simultaneously in Single Radio

2012-03-02 Thread Jonathan Bither
Have you tried submitting this to linux-wireless? On 03/02/2012 11:52 AM, Yeoh Chun-Yeow wrote: Hi, all This is mainly for ath5k. Regards, Chun-Yeow On Sat, Mar 3, 2012 at 12:50 AM, Yeoh Chun-Yeow mailto:yeohchuny...@gmail.com>> wrote: This patch allows the possibility of having the mesh

Re: [OpenWrt-Devel] [PATCH] Add Patch in package/mac80211 for AP and Mesh to operate simultaneously in Single Radio

2012-03-02 Thread Yeoh Chun-Yeow
Hi, all This is mainly for ath5k. Regards, Chun-Yeow On Sat, Mar 3, 2012 at 12:50 AM, Yeoh Chun-Yeow wrote: > This patch allows the possibility of having the mesh point and AP to be > operated > simultaneously in one single radio. Previously, mesh point fails to > generate the > mesh beacon if

[OpenWrt-Devel] [PATCH] Add Patch in package/mac80211 for AP and Mesh to operate simultaneously in Single Radio

2012-03-02 Thread Yeoh Chun-Yeow
This patch allows the possibility of having the mesh point and AP to be operated simultaneously in one single radio. Previously, mesh point fails to generate the mesh beacon if virtual AP is created for the same radio. Signed-off-by: Chun-Yeow Yeoh --- Index: package/mac80211/patches/900-ath5k_al

Re: [OpenWrt-Devel] [PATCH] BCMA - Find names of non BCM cores

2012-03-02 Thread Nathan Hintz
On Fri, 2012-03-02 at 10:20 +0100, Rafał Miłecki wrote: > 2012/3/2 Nathan Hintz : > > Support recognition of MIPS 74K CPU, etc. > > > > [0.00] bcma: Core 3 found: MIPS 74K (manuf 0x4A7, id 0x82C, rev > > 0x01, class 0x0) > > > > Signed-off-by: Nathan Hintz > > > > --- /dev/null 2012-02-

[OpenWrt-Devel] [PATCH] Makefile for asterisk-1.8 channel driver chan-sccp-b

2012-03-02 Thread Diederik de Groot
This package provides a replacement channel driver for asterisk's chan_skinny. With extended functionality and feature support (shared lines, realtime config, custom device state and more). You can find more information about chan-sccp-b on http://chan-sccp-b.sourceforge.net and http://source

Re: [OpenWrt-Devel] [PATCH] Add package for Command Line Interface SHell

2012-03-02 Thread Outback Dingo
On Fri, Mar 2, 2012 at 3:33 AM, Viktar Palstsiuk wrote: > On Fri, Mar 2, 2012 at 12:37 AM, Outback Dingo wrote: >> On Tue, Feb 28, 2012 at 10:17 AM, Viktar Palstsiuk >> wrote: >>> Signed-off-by: Viktar Palstsiuk >>> --- >>>  utils/clish/Makefile |   44 ++

Re: [OpenWrt-Devel] Alix 2D13 on latest trunk, traces in dmesg on bootup?

2012-03-02 Thread Adam Gensler
Went up to kernel version 3.2.5, problem still occurs. Above 3.2.5 requires refreshing the kernel patches. On 2/29/12 11:18 PM, Adam Gensler wrote: For what its worth I spent some time this evening putting together a Fedora Core 16 virtual machine to test with. I pulled a fresh copy of trunk a

Re: [OpenWrt-Devel] MSS clamping in POSTROUTING instead of FORWARD?

2012-03-02 Thread Ashok Rao
I don't see why moving the clamping to POSTROUTING causes the hiding of issues inside openwrt. The example presented by Etienne is perfectly valid and the suggestion to mpve the clamping to the POSTROUTING chain seems the right way to go when you have multiple interfaces that could be used for a pa

Re: [OpenWrt-Devel] [PATCH] BCMA - Find names of non BCM cores

2012-03-02 Thread Rafał Miłecki
2012/3/2 Nathan Hintz : > Support recognition of MIPS 74K CPU, etc. > > [    0.00] bcma: Core 3 found: MIPS 74K (manuf 0x4A7, id 0x82C, rev 0x01, > class 0x0) > > Signed-off-by: Nathan Hintz > > --- /dev/null   2012-02-21 01:00:44.969496803 -0800 > +++ target/linux/brcm47xx/patches-3.2/0050-b

Re: [OpenWrt-Devel] [PATCH] Add package for Command Line Interface SHell

2012-03-02 Thread Viktar Palstsiuk
On Fri, Mar 2, 2012 at 12:37 AM, Outback Dingo wrote: > On Tue, Feb 28, 2012 at 10:17 AM, Viktar Palstsiuk > wrote: >> Signed-off-by: Viktar Palstsiuk >> --- >>  utils/clish/Makefile |   44 >>  1 files changed, 44 insertions(+), 0 deletions(-) >>  cre