Status of support for some chips

2007-10-17 Thread Rafał Miłecki
Hi, I wonder if page http://bcm43xx.berlios.de/?go=devices is really up to date? I think 4318 is supported quite nice in kernel 2.6.22. Could someone update this list of supported chips? -- Rafał Miłecki ___ Bcm43xx-dev mailing list

Re: Status of support for some chips

2007-10-17 Thread Larry Finger
Rafał Miłecki wrote: Hi, I wonder if page http://bcm43xx.berlios.de/?go=devices is really up to date? I think 4318 is supported quite nice in kernel 2.6.22. Could someone update this list of supported chips? This patch will update this page. Larry Index:

[PATCH] b43legacy: Fix namespace pollution and sparse warnings

2007-10-17 Thread Larry Finger
From: Joe Perches [EMAIL PROTECTED] A number of routines should be made static to avoid polluting the namespace. There are additional sparse warnings in b43legacy. None of them result in program errors, but are fixed for completeness. Signed-off-by: Larry Finger [EMAIL PROTECTED] ---

[PATCH] b43: Make b43_stop() static

2007-10-17 Thread Michael Buesch
This fixes a sparse warning. Signed-off-by: Michael Buesch [EMAIL PROTECTED] Index: wireless-2.6/drivers/net/wireless/b43/main.c === --- wireless-2.6.orig/drivers/net/wireless/b43/main.c 2007-10-17 20:02:21.0 +0200 +++

[PATCH #3] b43: Fix sparse warnings.

2007-10-17 Thread Michael Buesch
The remaining warning in phy.c will be fixed later. Signed-off-by: Michael Buesch [EMAIL PROTECTED] --- John, this is the third time I submit this. Is something wrong with this patch or did you simply forget to apply it? Index: wireless-2.6/drivers/net/wireless/b43/pio.c