Re: [PATCH] ssb: Fix initcall ordering

2008-02-07 Thread Michael Buesch
On Thursday 07 February 2008 01:34:10 Aurelien Jarno wrote: Michael Buesch wrote: ssb must init after PCI but before the ssb drivers. Signed-off-by: Michael Buesch mb at bu3sch.de Cc: Christian Casteyde casteyde.christan at free.fr Fixes-bug: #9219 Unfortunately this has broken

Re: [PATCH] ssb: Fix initcall ordering

2008-02-07 Thread Michael Buesch
On Thursday 07 February 2008 10:58:23 Aurelien Jarno wrote: Michael Buesch a écrit : On Thursday 07 February 2008 01:34:10 Aurelien Jarno wrote: Michael Buesch wrote: ssb must init after PCI but before the ssb drivers. Signed-off-by: Michael Buesch mb at bu3sch.de Cc: Christian

Re: [PATCH] ssb: Fix initcall ordering

2008-02-07 Thread Michael Buesch
On Thursday 07 February 2008 11:41:05 Aurelien Jarno wrote: On Thu, Feb 07, 2008 at 11:12:13AM +0100, Michael Buesch wrote: On Thursday 07 February 2008 10:58:23 Aurelien Jarno wrote: Michael Buesch a écrit : On Thursday 07 February 2008 01:34:10 Aurelien Jarno wrote: Michael Buesch

Re: WiFi - Broadcom 4306 on kernel 2.6.24 (b43 module)

2008-02-07 Thread Larry Finger
Anthony Durity wrote: Hi folks, The same happened with me upgrading from 2.6.22 to 2.6.24 via an upgrade from Ubuntu Gutsy to Ubuntu Hardy. There is definitely a renaming thing going on. I tried adding the ATTR clause like you suggested here and also suggested to another poster if I recall

Re: WiFi - Broadcom 4306 on kernel 2.6.24 (b43 module)

2008-02-07 Thread Anthony Durity
Hi folks, The same happened with me upgrading from 2.6.22 to 2.6.24 via an upgrade from Ubuntu Gutsy to Ubuntu Hardy. There is definitely a renaming thing going on. I tried adding the ATTR clause like you suggested here and also suggested to another poster if I recall correctly and it didn't

BCM94311MCG Rev 2 connects then drops on HP DV6605/ AMD64 X2

2008-02-07 Thread glenn greenfield
Debian Sid 64 bit AMD64 X2 Kernel 2.6.24-smp w/ 4311_2 patch applied from here: http://linuxwireless.org/download/b43/patch_2.6.24_for_4311_2 lspci 03:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 02) ___ My kernel

Re: BCM94311MCG Rev 2 connects then drops on HP DV6605/ AMD64 X2

2008-02-07 Thread Larry Finger
glenn greenfield wrote: Debian Sid 64 bit AMD64 X2 Kernel 2.6.24-smp w/ 4311_2 patch applied from here: http://linuxwireless.org/download/b43/patch_2.6.24_for_4311_2 lspci 03:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 02)

[PATCH 0/4] b43legacy fixes

2008-02-07 Thread Stefano Brivio
These patches are mostly ports from b43. Please note that patch 2/4 is merged with all fixes subsequently posted for the original patch. It would be fine to have at least patch 4/4 into 2.6.25, but it's not so relevant (only hits users who force DMA mode over PIO with 64 bits processors running

[PATCH 1/4] b43legacy: add definitions for MAC control register

2008-02-07 Thread Stefano Brivio
This adds some definitions for the MAC control register and uses them. This is basically no functional change. The patch by Michael Buesch has been ported to b43legacy. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- Index: wireless-2.6/drivers/net/wireless/b43legacy/b43legacy.h

[PATCH 2/4] b43legacy: fix upload of beacon packets to the hardware

2008-02-07 Thread Stefano Brivio
This fixes uploading of the beacon data and writing of the TIM and DTIM offsets. The patch by Michael Buesch has been ported to b43legacy. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- Index: wireless-2.6/drivers/net/wireless/b43legacy/b43legacy.h

[PATCH 3/4] b43legacy: fix B43legacy_WARN_ON macro

2008-02-07 Thread Stefano Brivio
Fix the B43legacy_WARN_ON macro so that it will evaluate expressions. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- Index: wireless-2.6/drivers/net/wireless/b43legacy/b43legacy.h === ---

[PATCH 4/4] b43legacy: fix DMA for 30/32-bit DMA engines

2008-02-07 Thread Stefano Brivio
This checks if the DMA address is bigger than what the controller can manage. It will reallocate the buffers in the GFP_DMA zone in that case. The patch by Michael Buesch has been ported to b43legacy. Thanks to Matti Viljanen for reporting this. Cc: Matti Viljanen [EMAIL PROTECTED]

b43 problems on ubuntu gutsy. Using 2.6.24

2008-02-07 Thread Brian Lavender
I downloaded the 2.6.24 kernel onto ubuntu gutsy, compiled it, installed the firmware, but I can't seem to make a connection. The bmc43xx driver seems to work, but disconnects for some reason. I noticed that while trying to set the WEP encryption key, I kept noticing it change on me. I don't know