Re: [OpenWrt-Devel] 802.1Q VLAN support for Infineon ADM6996 switch chip for UBNT RouterStation

2011-04-10 Thread Peter Lebbing
On 08/04/11 03:20, Yeoh Chun Yeow wrote: You have any clue which datasheet for FC chip should be referred to. For me, it seems that it is not similar to F chip or not totally same with M chip. I'd love to have a datasheet for the FC chip, but I can't find it. It would appear the M is an

Re: [OpenWrt-Devel] Request for Testing: samba 3.0.37

2011-04-10 Thread Maarten Bezemer
On Sun, 2011-04-10 at 01:55 +0200, Jo-Philipp Wich wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. - Removed the avm patch, as lots of things got included in the newer version and the left-over parts seemed to break samba The left over parts where stripping down of

Re: [OpenWrt-Devel] Lantiq - work on Amazon platform?

2011-04-10 Thread Jan Willies
2011/4/9 Stefan Pomaska tf_2...@gmx.net max.mus...@kaffeeschluerfer.com pretended : Thanks for you quick answer: [...] But of course I am aware that supporting more actual platforms has more importance and maybe I am the only one with this rather old platform, but afaik there used to be

[OpenWrt-Devel] Handling a PHY that spans multiple PHY addresses

2011-04-10 Thread Peter Lebbing
Hi guys, Normally, when you access an Ethernet PHY through an MDIO bus, you specify a 5-bit PHY address that selects one of the PHYs attached to the bus, and a 5-bit register address that addresses a register inside that PHY. The ADM6996FC and ADM6996M switch chips occupy this full address

Re: [OpenWrt-Devel] Lantiq - work on Amazon platform?

2011-04-10 Thread John Crispin
Hi, i see there is quite a bit of interest amazon support. i will add it to the queue, but it will take a couple of months i guess. making pci/eth/usb work will happen, as for voice and dsl i am not sure. John ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] Handling a PHY that spans multiple PHY addresses

2011-04-10 Thread Jonas Gorski
On 10 April 2011 12:09, Peter Lebbing pe...@digitalbrains.com wrote: So, do you have any ideas on the best way to properly handle this PHY that looks like 32 PHYs? Take a look at ar71xx, they define a (machine dependent) phy mask for each eth that says at which phy addresses a device may

Re: [OpenWrt-Devel] Handling a PHY that spans multiple PHY addresses

2011-04-10 Thread David Goodenough
and of course the Pro uses a different switch, the AR8216. David On Sunday 10 April 2011, Jonas Gorski wrote: On 10 April 2011 12:09, Peter Lebbing pe...@digitalbrains.com wrote: So, do you have any ideas on the best way to properly handle this PHY that looks like 32 PHYs? Take a look at

Re: [OpenWrt-Devel] Handling a PHY that spans multiple PHY addresses

2011-04-10 Thread Jonas Gorski
On 10 April 2011 17:54, David Goodenough david.goodeno...@linkchoose.co.uk wrote: and of course the Pro uses a different switch, the AR8216. Actually the AR8316 ;-). But similar to the ADM6996M/FC, the internal switch registers are accessed through the MDIO interface by reading and writing to

[OpenWrt-Devel] [RFC 1/4] mac80211: b43: Add Firmware 5.10.56.27

2011-04-10 Thread Jonas Gorski
Add the 5.10.56.27 firmware option. This includes updating b43-fwcutter to its newest release 14 and updating the b43-fwsquash.py to recognise rev 16 n phy files. Also rename the current options from STABLE/EXPERIMENTAL to their version numbers. Signed-off-by: Jonas Gorski

[OpenWrt-Devel] [RFC 2/4] mac80211: b43: Expose debug option

2011-04-10 Thread Jonas Gorski
Allow enabling debug output and debugfs for B43. Signed-off-by: Jonas Gorski jonas.gorski+open...@gmail.com --- package/mac80211/Makefile | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index

[OpenWrt-Devel] [RFC 3/4] mac80211: b43: Expose PIO mode fallback

2011-04-10 Thread Jonas Gorski
Allow reenabling the PIO mode fallback for b43. Signed-off-by: Jonas Gorski jonas.gorski+open...@gmail.com --- package/mac80211/Makefile | 12 ++ package/mac80211/patches/810-b43_no_pio.patch | 30 ++-- 2 files changed, 29 insertions(+), 13

[OpenWrt-Devel] [RFC 4/4] mac80211: b43: Expose N-PHY support

2011-04-10 Thread Jonas Gorski
Allow enabling of N-PHY support for BCM4321 and BCM4322. Signed-off-by: Jonas Gorski jonas.gorski+open...@gmail.com --- package/mac80211/Makefile | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index

[OpenWrt-Devel] [RFC 0/4] mac80211: b43: Make N-PHY support available

2011-04-10 Thread Jonas Gorski
Since 2.6.38 b43 has initial working support for the earlier N-PHYs (namely BCM4321 and BCM4322), I thought it would be nice to be able to use it in OpenWrt. These patches add a new firmware version needed for BCM4322 ucode, add additional options to kmod-b43 (PIO and debug), and finally make

Re: [OpenWrt-Devel] [RFC 0/4] mac80211: b43: Make N-PHY support available

2011-04-10 Thread Rafał Miłecki
2011/4/10 Jonas Gorski jonas.gorski+open...@gmail.com: Also there is no support for actual 11n, and on the TX side it is afaik limited to 11M. RX should work with up to 54M. Thank you Jonas for bringing this to OpenWRT. The problem with kernel 2.6.38 is we don't set some config word in TX

Re: [OpenWrt-Devel] [RFC 1/4] mac80211: b43: Add Firmware 5.10.56.27

2011-04-10 Thread Rafał Miłecki
2011/4/10 Jonas Gorski jonas.gorski+open...@gmail.com: Add the 5.10.56.27 firmware option. This includes updating b43-fwcutter to its newest release 14 and updating the b43-fwsquash.py to recognise rev 16 n phy files. Do you maybe have any idea who is responsible for broadcom-wl-* packages on

Re: [OpenWrt-Devel] [RFC 0/4] mac80211: b43: Make N-PHY support available

2011-04-10 Thread Jonas Gorski
2011/4/10 Rafał Miłecki zaj...@gmail.com: 2011/4/10 Jonas Gorski jonas.gorski+open...@gmail.com: Also there is no support for actual 11n, and on the TX side it is afaik limited to 11M. RX should work with up to 54M. Thank you Jonas for bringing this to OpenWRT. The problem with kernel 2.6.38

Re: [OpenWrt-Devel] [RFC 1/4] mac80211: b43: Add Firmware 5.10.56.27

2011-04-10 Thread Rafał Miłecki
Versioning of firmware is a little tricky, because version of included firmware does not match version of driver. This way there is not such think as firmware 4.150.10.5. If you want to be strict about that, you can apply my following naming suggestions. 2011/4/10 Jonas Gorski

Re: [OpenWrt-Devel] [RFC 1/4] mac80211: b43: Add Firmware 5.10.56.27

2011-04-10 Thread Jonas Gorski
2011/4/10 Rafał Miłecki zaj...@gmail.com: 2011/4/10 Jonas Gorski jonas.gorski+open...@gmail.com: Add the 5.10.56.27 firmware option. This includes updating b43-fwcutter to its newest release 14 and updating the b43-fwsquash.py to recognise rev 16 n phy files. Do you maybe have any idea who

Re: [OpenWrt-Devel] [RFC 1/4] mac80211: b43: Add Firmware 5.10.56.27

2011-04-10 Thread Jonas Gorski
2011/4/10 Rafał Miłecki zaj...@gmail.com: Versioning of firmware is a little tricky, because version of included firmware does not match version of driver. This way there is not such think as firmware 4.150.10.5. If you want to be strict about that, you can apply my following naming

Re: [OpenWrt-Devel] Patch process

2011-04-10 Thread João Almeida
I second that. Best regards. On Mon, Apr 4, 2011 at 11:33 PM, Layne Edwards ledwa...@astrumtech.netwrote: On Fri, 01 Apr 2011 19:31:41 +0200, Gregers Petersen wrote: Dear all I promised to post an agenda for the patch process meeting sunday on irc -devel @ 19:00 UTC. The generel

[OpenWrt-Devel] Retaining WAN IP addresses across reboots

2011-04-10 Thread Philip Prindeville
I note that the file /tmp/state/network contains the interface, ip address, and expiration time of the WAN DHCP lease... I'm wondering what's involved in writing that information into somewhere persistent where it can be reused on reboot? If, for instance, a previous boot acquired a lease for