[PATCH RFT] b43: Fix suspend/resume

2009-09-06 Thread Michael Buesch
/20090906-1240/mb-wl-20090906-1240.tar.bz2 (Apply up to including 006-b43-fix-suspend.patch) Signed-off-by: Michael Buesch m...@bu3sch.de Index: wireless-testing/drivers/net/wireless/b43/main.c === --- wireless-testing.orig/drivers/net

[PATCH] b43: Really disable QoS, if requested

2009-09-06 Thread Michael Buesch
Currently, when QoS-disable is requested, we would leave QoS enabled in firmware, but only queue frames on one queue. Change that and also tell firmware about disabled QoS, so it completely ignores all the QoS parameters. Also don't upload the parameters, if QoS is disabled. Signed-off-by:

[PATCH] b43: Fix sparse warning in hw-tkip code

2009-09-06 Thread Michael Buesch
This fixes a sparse warning in the hardware-TKIP code: drivers/net/wireless/b43/xmit.c:272:18: warning: incorrect type in assignment (different base types) drivers/net/wireless/b43/xmit.c:272:18:expected unsigned short [unsigned] [short] noident drivers/net/wireless/b43/xmit.c:272:18:

[COMPAT PATCH] b43: Threaded interrupts wrapper

2009-09-06 Thread Michael Buesch
A patch converting b43 to threaded interrupts will be merged soon. This will completely break b43 on compat-wireless, because working threaded IRQ support requires kernel = 2.6.31. This patchset implements a workqueue based workaround wrapper, which works on kernels with and without threaded IRQ

Re: [PATCH] b43: PCMCIA is not experimental anymore

2009-09-06 Thread Gábor Stefanik
2009/9/6 Michael Buesch m...@bu3sch.de: On Sunday 06 September 2009 20:42:00 Gábor Stefanik wrote: On Sun, Sep 6, 2009 at 2:49 PM, Michael Bueschm...@bu3sch.de wrote: PCMCIA support works well and is not experimental anymore. Signed-off-by: Michael Buesch m...@bu3sch.de ---  

Re: [PATCH 1/2] [b43-fwcutter] Firmware FW14 and FW15 are the same.

2009-09-06 Thread Michael Buesch
On Sunday 06 September 2009 23:33:27 Hauke Mehrtens wrote: The extracted files have the same md5sum. The package broadcom-wl-4.178.10.4.tar.bz2 was extracted from wrt610n_v1.00.00.018_us.tgz as the package from the Linksys is not available any more. Changed the link to the

[PATCH 1/2] [b43-fwcutter] Firmware FW14 and FW15 are the same.

2009-09-06 Thread Hauke Mehrtens
The extracted files have the same md5sum. The package broadcom-wl-4.178.10.4.tar.bz2 was extracted from wrt610n_v1.00.00.018_us.tgz as the package from the Linksys is not available any more. Changed the link to the broadcom-wl-4.178.10.4.tar.bz2 package. The FW_FLAG_UNSUPPORTED flag was removed