Re: Free Linux Driver Development!

2007-02-03 Thread Larry Finger
On Thu, Feb 01, 2007 at 09:45:45PM EST, Lennart Sorensen wrote: >On Thu, Feb 01, 2007 at 02:59:03PM +0100, Erik Mouw wrote: >> I can't remember that kind of corruption ever being reported to the >> bcm43xx-dev mailing list. I came into this discussion late as I only read LKML in summary form, but

Re: Success with 4311 on HPC nx6325

2007-02-03 Thread Rafael J. Wysocki
On Saturday, 3 February 2007 02:03, Larry Finger wrote: > Rafael J. Wysocki wrote: > > Hi, > > > > Some good news here. :-) > > > > I've finally managed to make the 4311 in my nx6325 work. > > > > Well, it turns out that new D-Link routers (at least DI-524 and DI-624) > > are recognized by it (s

Re: RFT: bcm43xx resume patch

2007-02-03 Thread Larry Finger
Michael Buesch wrote: > On Saturday 03 February 2007 18:50, Larry Finger wrote: >> If you are having trouble with communications after a suspend/resume cycle, >> please try the patch >> below. The patch was made against wireless-2.6, but should apply to any >> 2.6.18 or later kernel. I >> cannot

Re: RFT: bcm43xx resume patch

2007-02-03 Thread Michael Buesch
On Saturday 03 February 2007 18:50, Larry Finger wrote: > If you are having trouble with communications after a suspend/resume cycle, > please try the patch > below. The patch was made against wireless-2.6, but should apply to any > 2.6.18 or later kernel. I > cannot test this one as my video dri

[PATCH] bcm43xx: Janitorial change - remove two unused variables extracted from sprom

2007-02-03 Thread Larry Finger
Two bit-field values are extracted from the sprom data and never used. Signed-off-by: Larry Finger <[EMAIL PROTECTED]> --- Index: wireless-2.6/drivers/net/wireless/bcm43xx/bcm43xx.h === --- wireless-2.6.orig/drivers/net/wireless/bcm4

RFT: bcm43xx resume patch

2007-02-03 Thread Larry Finger
If you are having trouble with communications after a suspend/resume cycle, please try the patch below. The patch was made against wireless-2.6, but should apply to any 2.6.18 or later kernel. I cannot test this one as my video driver refuses to suspend. Thanks, Larry = In

Re: Fix for code in mb git tree

2007-02-03 Thread Asil Jinn
tried the console loglevel, got the same much info again. Have tried to build the initramfs again, same result. Just to be sure that i am doing it right, I rebuilt my other kernels initramfs and it worked.. 2007/2/1, Johannes Berg <[EMAIL PROTECTED]>: Your initramfs is broken. Nothing related

Re: Success with 4311 on HPC nx6325

2007-02-03 Thread Jochen Puchalla
[Samstag, 3. Februar 2007 02:03] schrieb Larry Finger (wrote): > Rafael J. Wysocki wrote: > > Hi, > > > > Some good news here. :-) > > > > I've finally managed to make the 4311 in my nx6325 work. > > > > Well, it turns out that new D-Link routers (at least DI-524 and DI-624) > > are recognized by i

Re: [PATCH] bcm43xx-sprom: fix access to et0mdcport and et1mdcport

2007-02-03 Thread Michael Buesch
Applied, thanks. On Saturday 03 February 2007 02:53, Pavel Roskin wrote: > From: Pavel Roskin <[EMAIL PROTECTED]> > > sprom[] is 8-bit so it has no bits 14 and 15. Use bits 6 and 7 in > sprom[SPROM_ETHPHY + 1] for et0mdcport and et1mdcport respectively. > > Signed-off-by: Pavel Roskin <[EMAIL P