[PATCH] b43: Rewrite and fix rfkill init

2007-11-03 Thread Michael Buesch
The rfkill subsystem doesn't like code like that rfkill_allocate(); rfkill_register(); rfkill_unregister(); rfkill_register(); /* - This will crash */ This sequence happens with modprobe b43 ifconfig wlanX up ifconfig wlanX down ifconfig wlanX up Fix this by always re-allocating the rfkill stuff

[RFC] ssb: Add code for SPROM Rev 4

2007-11-03 Thread Larry Finger
The BCM4328 has a revision 4 SPROM. The necessary changes to handle the layout and different size of this revision are implemented. The size of the SPROM is now stored in the ssb_bus struct and used from that location whenever possible. For those routines that need the size, but do not have access

Re: b43legacy maintainer needed

2007-11-03 Thread Stefano Brivio
Hi Larry, I happen to have some spare time right now and should have next months. As I didn't hear about anybody interested in maintaining b43legacy, I started with porting some patches from b43 from Michael. In case I feel comfortable with this, and get sure that I'll have the needed time for a

Re: b43legacy maintainer needed

2007-11-03 Thread Larry Finger
Hi Stefano, Stefano Brivio wrote: I happen to have some spare time right now and should have next months. As I didn't hear about anybody interested in maintaining b43legacy, I started with porting some patches from b43 from Michael. That is good to hear. In case I feel comfortable with