Strange warning in ssb

2007-09-28 Thread Christian Schäfer
Hi, I get the following in dmesg: ssb: WARNING: Invalid SPROM CRC (corrupt SPROM) ssb: Unsupported SPROM revision 255 detected. Will extract v1 ssb: Sonics Silicon Backplane found on PCI device :02:03.0 Card is a mini-PCI and lspci -vvv tells: 02:03.0 Network controller: Broadcom

[PATCH] b43: Rewrite pwork locking policy.

2007-09-28 Thread Michael Buesch
Implement much easier and more lightweight locking for the periodic work. This also removes the last big busywait loop and replaces it by a sleeping loop. Signed-off-by: Michael Buesch [EMAIL PROTECTED] Index: wireless-2.6/drivers/net/wireless/b43/main.c

b43, b43legacy and BCM4318

2007-09-28 Thread Martti Huttunen
Hi people, is there a new patch somewhere for the BCM4318 transmit power problem? As far as I can tell the card works with b43 if you place it within 1 meter of the access point. Otherwise it doesn't even find the AP. Could I try b43legacy as an alternative solution by just adding the PCI ID?

[PATCH] b43: Use input-polldev for the rfkill switch

2007-09-28 Thread Michael Buesch
This removes the direct call to rfkill on an rfkill event and replaces it with an input device. This way userspace is also notified about the event. Signed-off-by: Michael Buesch [EMAIL PROTECTED] Index: wireless-2.6/drivers/net/wireless/b43/Kconfig