Re: [OpenWrt-Devel] e3200 revival

2012-12-13 Thread Warren Turkal
Those are all from stock firmware. I'll try to get the openwrt built and on there sometime soon. Having said that, I also provided output from /sys, which should include all the PCI and USB id's needed to identify those devices. Would it be possible to identify the device you're looking for from

Re: [OpenWrt-Devel] e3200 revival

2012-12-13 Thread Warren Turkal
Here's a link https://usb-ids.gowdy.us/read/UD/0a5c/bd17 to the only USB ID in the previous list. It appears to be supported by brcmfmac. wt On Thu, Dec 13, 2012 at 12:28 AM, Warren Turkal w...@penguintechs.org wrote: I'm sorry. I'm not sure how to make gmail comply with that request. I'll

Re: [OpenWrt-Devel] [WIP][NOT READY][PATCH] bgmac

2012-12-13 Thread Florian Fainelli
Hello Rafal, Le 12/11/12 12:32, Rafał Miłecki a écrit : --- It works, but is missing failure paths (handling allocation errors, etc.) Don't use it in any production environment! --- drivers/bcma/driver_chipcommon_pmu.c|2 +- drivers/net/ethernet/broadcom/Makefile |1 +

Re: [OpenWrt-Devel] [WIP][NOT READY][PATCH] bgmac

2012-12-13 Thread Hauke Mehrtens
On 12/13/2012 11:29 AM, Florian Fainelli wrote: Hello Rafal, Le 12/11/12 12:32, Rafał Miłecki a écrit : --- It works, but is missing failure paths (handling allocation errors, etc.) Don't use it in any production environment! --- drivers/bcma/driver_chipcommon_pmu.c|2 +-

Re: [OpenWrt-Devel] [WIP][NOT READY][PATCH] bgmac

2012-12-13 Thread Hauke Mehrtens
On 12/11/2012 06:19 PM, Florian Fainelli wrote: Hello, I would add to the list: 5. this driver probably needs some kind of specific driver for its internal BCMA PHY, and the MDIO operations. The driver does a tad too much MDIO/PHY stuff, suggesting that it should be one or two separate

Re: [OpenWrt-Devel] [WIP][NOT READY][PATCH] bgmac

2012-12-13 Thread Florian Fainelli
Le 12/13/12 14:57, Hauke Mehrtens a écrit : On 12/11/2012 06:19 PM, Florian Fainelli wrote: Hello, I would add to the list: 5. this driver probably needs some kind of specific driver for its internal BCMA PHY, and the MDIO operations. The driver does a tad too much MDIO/PHY stuff, suggesting

[OpenWrt-Devel] [Patch][Ramips] ASUS WL-330N3G MAC address

2012-12-13 Thread Jan Kardell
Hello, The ASUS WL-330N and WL-330N3G has the MAC address stored at offset 4, not 40. This is verified by reading original ASUS firmware GPL_WL-330N3G_source.1028/user/rc/common_ex.c and GPL_WL-330N_source.1021/user/rc/common_ex.c. Tested on WL-330N3G, it now gets the same MAC as is printed on

[OpenWrt-Devel] hostapd ACS integration

2012-12-13 Thread Johannes Reichhardt
Hi, I'm a noob to openwrt and I can't get Automatic Channel Selection to run. I'm working with this patch. http://mirror.sit.wisc.edu/pub/linux/kernel/people/mcgrof/patches/hostapd/acs-all-in-one-v7.patch From reading some mail-lists and on boards it sounds pretty easy. Hostapd: version:

Re: [OpenWrt-Devel] hostapd ACS integration

2012-12-13 Thread Jonathan Bither
On 12/13/2012 10:05 AM, Johannes Reichhardt wrote: Hi, I'm a noob to openwrt and I can't get Automatic Channel Selection to run. I'm working with this patch. http://mirror.sit.wisc.edu/pub/linux/kernel/people/mcgrof/patches/hostapd/acs-all-in-one-v7.patch From reading some mail-lists and on

Re: [OpenWrt-Devel] hostapd ACS integration

2012-12-13 Thread Jonathan Bither
Johannes, You're very welcome. Unfortunately I don't recall which revision the patch-set was for. I replied to the linux-wireless list asking if the person requesting the status intends to refresh and finish the implementation. In the event that he does not, I will refresh the patches and

[OpenWrt-Devel] Firewall/NAT reflection now requires |option dest lan|

2012-12-13 Thread Mark Mentovai
Since the recent enhancements to NAT reflection were made, I found that reflection stopped working on my networks. I was unable to connect from hosts on a LAN to its router’s WAN-side address and have the port mappings from “config redirect” sections be effective. Instead, I got “connection

Re: [OpenWrt-Devel] [PATCH,v5,2/2] BCMA - Enable use of IRQ6

2012-12-13 Thread Hauke Mehrtens
On 12/11/2012 05:32 AM, Nathan Hintz wrote: Enable use of IRQ6 for PCIE core on 4716 (Linksys E3000), correct resetting of previous IRQ (oldirq), and insure that bcma_core_set_mips_irq is called for PCIE, Chipcommon and I2S cores. Could you split this into more than one patch each addressing

Re: [OpenWrt-Devel] [PATCH] Fix IRQ Flag for I2S Core

2012-12-13 Thread Hauke Mehrtens
On 12/11/2012 05:48 AM, Nathan Hintz wrote: Adjust the IRQ Flag value from 8 to 7 for I2S Core for BCM4716 and BCM4748 (per the Broadcom SDK). IRQ Flag values greater than 7 are ignored when setting the IRQ Mask. Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- /dev/null +++

Re: [OpenWrt-Devel] [PATCH] kernel: fix solos-pci skb double-free in DMA mode

2012-12-13 Thread Gabor Juhos
2012.12.12. 23:04 keltezéssel, David Woodhouse írta: From: David Woodhouse david.woodho...@intel.com Signed-off-by: David Woodhouse david.woodho...@intel.com Applied. Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH,v5,1/2] BCMA - Enable use of IRQ6

2012-12-13 Thread Hauke Mehrtens
On 12/11/2012 05:11 AM, Nathan Hintz wrote: Modify the BCMA MIPS driver to internalize the subtleties of the MIPS IRQ. Signed-off-by: Nathan Hintz nlhi...@hotmail.com Thank you for your patch, it was committed in r34669. Could you also send this patch for linux mainline inclusion to the

Re: [OpenWrt-Devel] [PATCH,RFC] BCMA - Broadcom 2011 SDK Updates

2012-12-13 Thread Hauke Mehrtens
On 12/11/2012 05:56 AM, Nathan Hintz wrote: I noticed these changes when reviewing the 2011 Broadcom SDK. I haven't noticed any obvious changes in behavior with them applied; but thought I should at least pass them on. Signed-off-by: Nathan Hintz nlhi...@hotmail.com Thank you for your

Re: [OpenWrt-Devel] [PATCH] Additional BCM4716 support

2012-12-13 Thread Hauke Mehrtens
On 12/11/2012 07:21 AM, Nathan Hintz wrote: Additional BCM4716 support. Still needs working ethernet driver. Signed-off-by: Nathan Hintz nlhi...@hotmail.com Thank you for your patch, it was committed in r34672. Hauke ___ openwrt-devel mailing

Re: [OpenWrt-Devel] [PATCHv2] Add support for Huawei E970

2012-12-13 Thread Hauke Mehrtens
On 11/11/2012 09:38 PM, Mathias Adam wrote: ping... Am So, 14.10.2012, 21:13 schrieb Mathias Adam: This patch adds support for Huawei E970 wireless gateway devices. It has been tested on an E970 labelled as T-Mobile web'n'walk Box IV. E960/B970 should work too, from what I know it's

Re: [OpenWrt-Devel] [PATCHv2] Add support for Huawei E970

2012-12-13 Thread Hauke Mehrtens
On 11/11/2012 09:38 PM, Mathias Adam wrote: ping... Am So, 14.10.2012, 21:13 schrieb Mathias Adam: This patch adds support for Huawei E970 wireless gateway devices. It has been tested on an E970 labelled as T-Mobile web'n'walk Box IV. E960/B970 should work too, from what I know it's

Re: [OpenWrt-Devel] [PATCHv2] Add support for Huawei E970

2012-12-13 Thread Florian Fainelli
Le 13/12/2012 20:45, Hauke Mehrtens a écrit : Changes from previous patch: * rebased to svn-rev. 33761 * b43 wireless now works out of box (no changes were necessary on my part) * modifications according to comments by Hauke Mehrtens on 2012-04-25 * header for factory update package now created

Re: [OpenWrt-Devel] [PATCH v3] mac80211: Fix multi-bss operation issue on rt2800

2012-12-13 Thread Petr Štetiar
Helmut Schaa helmut.sc...@googlemail.com [2012-12-10 09:04:22]: I've just submitted a rt2x00 patch that registers a valid address mask with mac80211. So, you could actually use this information to generate valid MAC addresses for this device: /sys/class/ieee80211/phy0/macaddress

[OpenWrt-Devel] [PATCH] New package libunistring

2012-12-13 Thread Espen Jürgensen
This a library required by forked-daapd, which is an improved iTunes server. Please refer to this: https://lists.openwrt.org/pipermail/openwrt-devel/2012-December/017687.html Signed-off-by: Espen Jürgensen espenjurgen...@gmail.com --- Index: feeds/packages/libs/libunistring/Makefile

[OpenWrt-Devel] [PATCH] New package libantlr3c

2012-12-13 Thread Espen Jürgensen
This a library required by forked-daapd, which is an improved iTunes server. Please refer to this: https://lists.openwrt.org/pipermail/openwrt-devel/2012-December/017687.html Signed-off-by: Espen Jürgensen espenjurgen...@gmail.com --- Index: feeds/packages/libs/libantlr3c/Makefile

[OpenWrt-Devel] [PATCH] New package libavl

2012-12-13 Thread Espen Jürgensen
This a library required by forked-daapd, which is an improved iTunes server. Please refer to this: https://lists.openwrt.org/pipermail/openwrt-devel/2012-December/017687.html Signed-off-by: Espen Jürgensen espenjurgen...@gmail.com --- Index: feeds/packages/libs/libavl/Makefile

Re: [OpenWrt-Devel] [PATCHv2] Add support for Huawei E970

2012-12-13 Thread Hauke Mehrtens
On 12/13/2012 08:59 PM, Florian Fainelli wrote: Le 13/12/2012 20:45, Hauke Mehrtens a écrit : Changes from previous patch: * rebased to svn-rev. 33761 * b43 wireless now works out of box (no changes were necessary on my part) * modifications according to comments by Hauke Mehrtens on

Re: [OpenWrt-Devel] [packages][PATCH 5/5] flashrom: remove broken msr path change

2012-12-13 Thread David Woodhouse
On Wed, 2012-12-12 at 21:56 +, David Woodhouse wrote: From: David Woodhouse david.woodho...@intel.com This almost caused a nasty accident on my Geos — without the MSR access it managed to erase *most* of the flash and write the new image, but didn't manage to change the last few KiB.

[OpenWrt-Devel] [PATCH] -fPIC flag for nacl

2012-12-13 Thread Chris Warner
Greetings all, In order to get cjdns to cross-compile I had to enable -fPIC for the nacl package in the makefile. I have included my patch below. I am under the impression that including this flag is a standard practice for many routines like this. Please let me know if I am going about this

Re: [OpenWrt-Devel] [PATCH,v5,2/2] BCMA - Enable use of IRQ6

2012-12-13 Thread Nathan Hintz
On Thu, 2012-12-13 at 19:10 +0100, Hauke Mehrtens wrote: On 12/11/2012 05:32 AM, Nathan Hintz wrote: Enable use of IRQ6 for PCIE core on 4716 (Linksys E3000), correct resetting of previous IRQ (oldirq), and insure that bcma_core_set_mips_irq is called for PCIE, Chipcommon and I2S cores.

Re: [OpenWrt-Devel] hostapd ACS integration

2012-12-13 Thread Felix Liao
Hello guys, I had using Luis's ACS patch for a long time, I patched this patch on the hostapd 1.0 source code, and made some fixes for it too. The fix below change a bug when we check the secondary_channel, and avoid accessing the NULL pointer. I also attach the all in one patch based on

Re: [OpenWrt-Devel] [PATCH] Fix IRQ Flag for I2S Core

2012-12-13 Thread Nathan Hintz
On Thu, 2012-12-13 at 19:15 +0100, Hauke Mehrtens wrote: On 12/11/2012 05:48 AM, Nathan Hintz wrote: Adjust the IRQ Flag value from 8 to 7 for I2S Core for BCM4716 and BCM4748 (per the Broadcom SDK). IRQ Flag values greater than 7 are ignored when setting the IRQ Mask. Signed-off-by: