Re: [PATCH 0/5] b43: more N-PHY stuff

2010-01-23 Thread Stefano Brivio
On Sat, 23 Jan 2010 12:33:00 +0100 Michael Buesch m...@bu3sch.de wrote: On Saturday 23 January 2010 04:36:50 David Woodhouse wrote: Can you provide a list of existing subscribers? I think Stefano has access to our berlios mailman. Last time I tried, I couldn't get berlios mailman to

[PATCH] b43legacy: fix TBTT and PU timings

2008-04-13 Thread Stefano Brivio
This fixes some timings for pre-TBTT and synthetic PU. The patch by Michael Buesch has been ported to b43legacy. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- John, this is for 2.6.26. --- Index: bcm-testing/drivers/net/wireless/b43legacy/b43legacy.h

[PATCH] b43legacy: fix DMA mapping leakage

2008-04-13 Thread Stefano Brivio
This fixes a DMA mapping leakage in the case where we reject a DMA buffer because of its address. The patch by Michael Buesch has been ported to b43legacy. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] Cc: Christian Casteyde [EMAIL PROTECTED] --- John, this is a fix for 2.6.25. --- Index: bcm

Re: [PATCH v2] b43legacy: Fix usage of struct device used for DMAing

2008-04-13 Thread Stefano Brivio
On Fri, 11 Apr 2008 12:16:36 +0200 Michael Buesch [EMAIL PROTECTED] wrote: This fixes b43legacy for the SSB DMA API change. Signed-off-by: Michael Buesch [EMAIL PROTECTED] Cc: Stefano Brivio [EMAIL PROTECTED] Acked-by: Stefano Brivio [EMAIL PROTECTED] -- Ciao Stefano

Re: Problems with PCI (not Cardbus) BCM43xx

2008-04-13 Thread Stefano Brivio
On Tue, 08 Apr 2008 14:11:04 -0500 Larry Finger [EMAIL PROTECTED] wrote: 1. BCM4301 - With the ssb patch fixing IRQ TPS flag handling, I was finally able to read beacons; however, no output interrupts were delivered. [...] I'm still looking for some differences between bcm43xx and

Re: [PATCH RFT] b43legacy: fix initvals loading on bcm4303

2008-04-13 Thread Stefano Brivio
On Sun, 6 Apr 2008 17:10:53 +0200 Stefano Brivio [EMAIL PROTECTED] wrote: This allows for the correct initial values to be uploaded to bcm4303 devices. It should be correct, but I can't reliably test this as I suspect there's something going wrong with an hardware rfkill switch on my laptop

[PATCH] b43legacy: fix bcm4303 crash

2008-04-06 Thread Stefano Brivio
This fixes an hard crash which happened upon driver loading on bcm4303 rev. 2 devices. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- John, this is for 2.6.26. --- diff --git a/drivers/ssb/main.c b/drivers/ssb/main.c index e123719..4bc0e8b 100644 --- a/drivers/ssb/main.c +++ b/drivers/ssb

[PATCH RFT] b43legacy: fix initvals loading on bcm4303

2008-04-06 Thread Stefano Brivio
This allows for the correct initial values to be uploaded to bcm4303 devices. It should be correct, but I can't reliably test this as I suspect there's something going wrong with an hardware rfkill switch on my laptop. Please test. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- Please note

Re: [PATCH] b43legacy: fix bcm4303 crash

2008-04-06 Thread Stefano Brivio
On Sun, 6 Apr 2008 17:20:02 +0200 Michael Buesch [EMAIL PROTECTED] wrote: On Sunday 06 April 2008 17:05:07 Stefano Brivio wrote: This fixes an hard crash which happened upon driver loading on bcm4303 rev. 2 devices. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] ACK --- John

Re: [PATCH] b43legacy: Fix module init message

2008-03-05 Thread Stefano Brivio
On Tue, 4 Mar 2008 20:31:13 +0100 Michael Buesch [EMAIL PROTECTED] wrote: This fixes the module init message to tell that the legacy driver loaded. This makes it less confusing, in case both drivers are loaded. Signed-off-by: Michael Buesch [EMAIL PROTECTED] Acked-by: Stefano Brivio [EMAIL

Re: Oops in mac80211:rate_control_pid_tx_status

2008-03-02 Thread Stefano Brivio
On Sat, 1 Mar 2008 17:05:50 -0800 Ray Lee [EMAIL PROTECTED] wrote: Kernel version 2.6.24+ a little (but pre-rc1). I have a wireless base station that I switched from B/G mixed mode to purely B to try to debug a separate issue with a different device on my network. As soon as I did that (and

Re: [PATCH] b43legacy: Fix nondebug build

2008-02-24 Thread Stefano Brivio
[Thank you. I'm still cloning the wireless-testing tree...] On Sun, 24 Feb 2008 14:42:29 +0100 Michael Buesch [EMAIL PROTECTED] wrote: Fix a typo. Signed-off-by: Michael Buesch [EMAIL PROTECTED] Acked-by: Stefano Brivio [EMAIL PROTECTED] -- Ciao Stefano

Re: [PATCH] b43(legacy): include full timestamp in beacon frames

2008-02-18 Thread Stefano Brivio
low_mactime_now; b43legacy_tsf_read(dev, status.mactime); Signed-off-by: Stefano Brivio [EMAIL PROTECTED] -- Ciao Stefano ___ Bcm43xx-dev mailing list Bcm43xx-dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

b43legacy: fix firmware load message level

2008-02-11 Thread Stefano Brivio
The firmware version information should always get printed. Not only on a debug build. 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/main.c

b43legacy: add firmware information to modinfo

2008-02-11 Thread Stefano Brivio
This adds the firmware ID to modinfo. 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/main.c === --- wireless-2.6.orig

Re: Problem with b43 on kernel 2.6.24 (dma.c parse_cookie() generating B43_WARN_ON())

2008-02-09 Thread Stefano Brivio
On Sat, 9 Feb 2008 20:41:40 -0200 Bruno Ribeiro [EMAIL PROTECTED] wrote: Ok, my fault. But I think that you should make it more explicit in the b43 page which is the correct version for the most general available version of the driver, wich is the one included in the mainline kernel. I think

Re: b43 problems on ubuntu gutsy. Using 2.6.24

2008-02-09 Thread Stefano Brivio
On Sat, 9 Feb 2008 19:45:43 -0800 Brian Lavender [EMAIL PROTECTED] wrote: On Sat, Feb 09, 2008 at 09:08:00AM -0700, Larry Finger wrote: (2) Would people that are having trouble with Ubuntu systems please READ the summary of the list? I get really tired of answering the same question

Re: Problems with BCM4306

2008-02-08 Thread Stefano Brivio
On Fri, 8 Feb 2008 16:41:59 +0100 (CET) bou.gui [EMAIL PROTECTED] wrote: And dmesg says : [ 118.782933] b43-phy0 ERROR: Firmware file b43/ucode5.fw not found or load failed. [ 118.782943] b43-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and

[PATCH] b43legacy: Add driver load messages

2008-02-08 Thread Stefano Brivio
the .ko for the Firmware-ID: xxx string.) While the driver might still support other versions of the firmware for backward compatibility, this will always print out the officially supported version, which people _should_ use. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- Index: wireless-2.6

[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 === --- wireless-2.6.orig/drivers/net/wireless

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

2008-02-07 Thread Stefano Brivio
-by: Stefano Brivio [EMAIL PROTECTED] --- Index: wireless-2.6/drivers/net/wireless/b43legacy/dma.c === --- wireless-2.6.orig/drivers/net/wireless/b43legacy/dma.c +++ wireless-2.6/drivers/net/wireless/b43legacy/dma.c @@ -354,7 +354,8

Re: b43, 4306: DMA mode doesn't work

2008-02-05 Thread Stefano Brivio
On Mon, 04 Feb 2008 18:21:07 -0700 Larry Finger [EMAIL PROTECTED] wrote: I agree with the intent of the patch. Assuming that it fixes the problem found by Matti Viljanen, you have my ACK. BTW, b43legacy will also need a variation of the patch as the earlier BCM4306 models could have the

Re: b43-phy0 ERROR: Cannot request IRQ-0

2008-01-29 Thread Stefano Brivio
On Mon, 28 Jan 2008 20:04:54 -0200 Diego Graselli [EMAIL PROTECTED] wrote: Thanks for your soon reply, but I compiled 2.6.24 kernel patched with http://linuxwireless.org/download/b43/patch_2.6.24_for_4311_2, and then compiled and unloaded and loaded compat-wireless-2.6, and when I see

Re: b43-phy0 ERROR: Cannot request IRQ-0

2008-01-26 Thread Stefano Brivio
On Sat, 26 Jan 2008 06:16:21 -0200 Diego Graselli [EMAIL PROTECTED] wrote: [ 890.171976] b43-phy0 ERROR: Cannot request IRQ-0 I've tried boot with 'pci=biosirq' and 'pci=irqpool' but dmesg said the same I suggest that you should tell your BIOS that you are using a PnP aware OS. In case your

[PATCH stable 4/4] b43legacy: fix DMA slot resource leakage

2008-01-25 Thread Stefano Brivio
been ported to b43legacy. Cc: Michael Buesch [EMAIL PROTECTED] Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- Index: linux-2.6.24/drivers/net/wireless/b43legacy/dma.c === --- linux-2.6.24.orig/drivers/net/wireless/b43legacy/dma.c

[PATCH stable 2/4] b43legacy: fix suspend/resume

2008-01-25 Thread Stefano Brivio
[EMAIL PROTECTED] Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- Index: linux-2.6.24/drivers/net/wireless/b43legacy/main.c === --- linux-2.6.24.orig/drivers/net/wireless/b43legacy/main.c +++ linux-2.6.24/drivers/net/wireless

[PATCH stable 1/4] b43legacy: fix PIO crash

2008-01-25 Thread Stefano Brivio
exception in interrupt Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- Index: linux-2.6.24/drivers/net/wireless/b43legacy/pio.c === --- linux-2.6.24.orig/drivers/net/wireless/b43legacy/pio.c +++ linux-2.6.24/drivers/net/wireless

[PATCH stable 3/4] b43legacy: drop packets we are not able to encrypt

2008-01-25 Thread Stefano Brivio
. It is safe to drop these packets, as the association they belong to is not guaranteed anymore anyway. This is a security fix in the sense that it prevents information leakage. This patch by Michael Buesch has been ported to b43legacy. Cc: Michael Buesch [EMAIL PROTECTED] Signed-off-by: Stefano Brivio

Re: [PATCH] b43legacy: Fix rfkill allocation leakage in error paths

2008-01-23 Thread Stefano Brivio
On Wed, 23 Jan 2008 12:15:38 +0100 Michael Buesch [EMAIL PROTECTED] wrote: We must kill rfkill in any error paths that trigger after rfkill init. Signed-off-by: Michael Buesch [EMAIL PROTECTED] Acked-by: Stefano Brivio [EMAIL PROTECTED] -- Ciao Stefano

Re: [PATCH] b43: Add support for new firmware

2008-01-15 Thread Stefano Brivio
On Tue, 15 Jan 2008 13:27:42 -0500 Pavel Roskin [EMAIL PROTECTED] wrote: I have finally found some time and hardware to test it, but the tarball is overwhelming at its 186M. And the worst thing, the server disconnected after 30M and appears to be down right now. P.S. It's up, ETA is 48

[PATCH] b43: fix use-after-free rfkill bug

2008-01-13 Thread Stefano Brivio
Fix rfkill code which caused a use-after-free bug. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- Index: wireless-2.6/drivers/net/wireless/b43/rfkill.c === --- wireless-2.6.orig/drivers/net/wireless/b43/rfkill.c +++ wireless-2.6

[PATCH] b43legacy: fix use-after-free rfkill bug

2008-01-13 Thread Stefano Brivio
Fix rfkill code which caused a use-after-free bug. Thanks to David Woodhouse for spotting this out. Cc: David Woodhouse [EMAIL PROTECTED] Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- Index: wireless-2.6/drivers/net/wireless/b43legacy/rfkill.c

Re: b43 Injection? Yes!

2008-01-09 Thread Stefano Brivio
On Tue, 8 Jan 2008 19:46:41 -0500 David Ellingsworth [EMAIL PROTECTED] wrote: I wish I could say the same for the b43legacy driver.. here are my results from the same version of aireplay: # ./aireplay-ng -9 wlan0 19:27:51 Trying broadcast probe requests... 19:27:53 No Answer...

Re: b43 will need a firmware upgrade soon

2008-01-06 Thread Stefano Brivio
On Sun, 06 Jan 2008 19:03:12 -0500 Pavel Roskin [EMAIL PROTECTED] wrote: Quoting Rafael J. Wysocki [EMAIL PROTECTED]: People don't want N-PHY support? Well, as it sometimes is said the better is an enemy of the good. If they feel comfortable without the N-PHY, why would they want it?

Re: [PATCH] b43: Only select allowed TX and RX antennas

2007-12-22 Thread Stefano Brivio
On Sat, 22 Dec 2007 21:54:20 +0100 Michael Buesch [EMAIL PROTECTED] wrote: This fixes antenna selection in b43. It adds a sanity check for the antenna numbers we get from mac80211. Just FYI. I'm going to port this patch to b43legacy, as soon as I figure out exactly the differences between v3

Re: [PATCH RFT] b43: Fix for broken transmission

2007-12-12 Thread stefano . brivio
Citando Michael Buesch [EMAIL PROTECTED]: On Tuesday 11 December 2007 13:43:50 Michael Buesch wrote: This patch fixes the transmission problems introduced by commit f04b3787bbce4567e28069a9ec97dcd804626ac7 It depends on [PATCH] b43: Fix ofdmtab write regression I'm not sure if the dummy

Re: Microcode reverse engineering

2007-12-04 Thread Stefano Brivio
On Tue, 4 Dec 2007 13:23:47 +0100 Francesco Gringoli [EMAIL PROTECTED] wrote: I spent a couple of day trying to collect all documents about what Broadcom has acquired before 1999 and that could have been implemented into AirForce Mac Processors. I didn't find anything that was

[RFT] [PATCH v2] b43: fix calc_nrssi_slope

2007-11-29 Thread Stefano Brivio
Fix calc_nrssi_slope() which caused PHY TX errors on devices containing a 802.11a PHY. The code is synced to v4 specs and relevant registers are renamed accordingly. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- Previous version introduced a duplicated flag and a redundant newline

[RFT] [PATCH v3] b43: fix calc_nrssi_slope

2007-11-29 Thread Stefano Brivio
Fix calc_nrssi_slope() which caused PHY TX errors on devices containing a 802.11a PHY. The code is synced to v4 specs and relevant registers are renamed accordingly. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- It looks like I got confused by a comment and used phy

[RFT] [PATCH v4] b43: fix calc_nrssi_slope

2007-11-29 Thread Stefano Brivio
Fix calc_nrssi_slope() which caused PHY TX errors on devices containing a 802.11a PHY. The code is synced to v4 specs and relevant registers are renamed accordingly. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- Sorry, I inlined the wrong file. Hope this is the last retry. :) --- Index

[RFT] [PATCH] b43: fix calc_nrssi_slope

2007-11-28 Thread Stefano Brivio
Fix calc_nrssi_slope() which caused PHY TX errors on devices containing a 802.11a PHY. The code is synced to v4 specs and relevant registers are renamed accordingly. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- Michael, John, this fixes a not-so-fatal error with bcm4309 and possibly

Re: [PATCH v2] bcm43xx: mark as obsolete and schedule for removal

2007-11-21 Thread Stefano Brivio
On Wed, 21 Nov 2007 10:26:18 -0500 John W. Linville [EMAIL PROTECTED] wrote: Signed-off-by: John W. Linville [EMAIL PROTECTED] Acked-by: Stefano Brivio [EMAIL PROTECTED] -- Ciao Stefano ___ Bcm43xx-dev mailing list Bcm43xx-dev@lists.berlios.de

[PATCH v2] b43/b43legacy: fix left-over URLs and ifdefs

2007-11-19 Thread Stefano Brivio
Fix some left-over URLs and ifdefs in b43 and b43legacy drivers. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- John, this is for 2.6.24. Sorry for the noise, please just discard the previous patch. --- Index: wireless-2.6/drivers/net/wireless/b43/main.c

[PATCH v3] remove bcm43xx

2007-11-19 Thread Stefano Brivio
Remove bcm43xx. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- John, I hope this is the last try, v2 was line wrapped. :) This is for 2.6.25. Please also run: git rm -r drivers/net/wireless/bcm43xx --- Index: wireless-2.6/Documentation/networking/bcm43xx.txt

[PATCH v3] b43/b43legacy: fix left-over URLs and ifdefs

2007-11-19 Thread Stefano Brivio
Fix some left-over URLs and ifdefs in b43 and b43legacy drivers. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- John, I hope this is the last try, v2 was line wrapped. :) This is for 2.6.24. --- Index: wireless-2.6/drivers/net/wireless/b43/main.c

Re: [PATCH v3] remove bcm43xx

2007-11-19 Thread Stefano Brivio
On Mon, 19 Nov 2007 23:00:11 +0100 Rafael J. Wysocki [EMAIL PROTECTED] wrote: Well, are you 100% sure that everyone interested knows that this drivers is going out in 2.6.25 and no one will object? The maintainers know. Having both drivers in 2.6.24 should help find out if there's anything

Re: [PATCH v3] remove bcm43xx

2007-11-19 Thread Stefano Brivio
On Mon, 19 Nov 2007 23:36:44 +0100 Andreas Schwab [EMAIL PROTECTED] wrote: Stefano Brivio [EMAIL PROTECTED] writes: On Mon, 19 Nov 2007 23:00:11 +0100 Rafael J. Wysocki [EMAIL PROTECTED] wrote: Well, are you 100% sure that everyone interested knows that this drivers is going out

Re: [PATCH v3] remove bcm43xx

2007-11-19 Thread Stefano Brivio
On Tue, 20 Nov 2007 00:19:55 +0100 Andreas Schwab [EMAIL PROTECTED] wrote: Stefano Brivio [EMAIL PROTECTED] writes: This is strange. Because it has been developed mainly on PPC. Plus, if you could better define does not work See http://marc.info/?l=linux-wirelessm=119356497407301w=2

[PATCH] b43: fix shared IRQ race condition

2007-11-07 Thread Stefano Brivio
IRQs before changing the device status. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- --- wireless-2.6/drivers/net/wireless/b43/main.c.orig 2007-11-07 17:55:30.553591943 +0100 +++ wireless-2.6/drivers/net/wireless/b43/main.c2007-11-07 17:59:23.356020048 +0100 @@ -2979,6 +2979,16

[PATCH] b43legacy: fix shared IRQ race condition

2007-11-07 Thread Stefano Brivio
disable IRQs before changing the device status. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- --- wireless-2.6/drivers/net/wireless/b43legacy/main.c.orig 2007-11-07 18:27:54.710703615 +0100 +++ wireless-2.6/drivers/net/wireless/b43legacy/main.c 2007-11-07 18:29:37.731201996 +0100

Re: [PATCH] b43: Fix kconfig dependencies for rfkill and leds

2007-11-07 Thread Stefano Brivio
On Wed, 7 Nov 2007 21:24:07 +0100 Michael Buesch [EMAIL PROTECTED] wrote: Stefano, can you check if this patch is already applied to b43legacy? It wasn't, I just sent it. Thank you. -- Ciao Stefano ___ Bcm43xx-dev mailing list

[PATCH 1/7] b43legacy: use the retry limits provided by mac80211

2007-11-06 Thread Stefano Brivio
Use the retry limits provided by mac80211. The patch to b43 by Michael Buesch [EMAIL PROTECTED] has been ported to b43legacy. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] Index: wireless-2.6/drivers/net/wireless/b43legacy/main.c

[PATCH 2/7] b43legacy: use a consistent naming scheme for the ops

2007-11-06 Thread Stefano Brivio
Use a consistent naming scheme for the ops. The patch to b43 by Michael Buesch [EMAIL PROTECTED] has been ported to b43legacy. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] Index: wireless-2.6/drivers/net/wireless/b43legacy/main.c

[PATCH 3/7] b43legacy: fix possible buffer overrun in debugfs

2007-11-06 Thread Stefano Brivio
Fix possible buffer overrun. The patch to b43 by Michael Buesch [EMAIL PROTECTED] has been ported to b43legacy. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] Index: wireless-2.6/drivers/net/wireless/b43legacy/debugfs.c

[PATCH 4/7] b43legacy: rewrite and fix rfkill initialization

2007-11-06 Thread Stefano Brivio
before register. The patch to b43 by Michael Buesch [EMAIL PROTECTED] has been ported to b43legacy. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] Index: wireless-2.6/drivers/net/wireless/b43legacy/rfkill.c === --- wireless

[PATCH 7/7] b43/b43legacy: fix my copyright notices

2007-11-06 Thread Stefano Brivio
Fix my copyright notices in b43 and b43legacy. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] Cc: Michael Buesch [EMAIL PROTECTED] Index: wireless-2.6/drivers/net/wireless/b43/leds.c === --- wireless-2.6.orig/drivers/net

[PATCH 5/7] b43legacy: add me as maintainer and fix URLs

2007-11-06 Thread Stefano Brivio
As b43legacy is going to be orphaned, add me as a maintainer. Fix URLs for the related website and fix my e-mail address in MAINTAINERS file. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] Cc: Larry Finger [EMAIL PROTECTED] Index: wireless-2.6/MAINTAINERS

[PATCH 6/7] b43: rewrite A PHY initialization

2007-11-06 Thread Stefano Brivio
Rewrite and sync A PHY initialization with specs, thus allowing for further work to be done on 802.11a support. Note that A PHY initialization involves G PHYs as well. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] Acked-by: Michael Buesch [EMAIL PROTECTED] Index: wireless-2.6/drivers

[RFC] A PHY init rewrite

2007-11-04 Thread Stefano Brivio
Sync A PHY initialization code with specs, allowing further work on A PHY support. Note: G PHY initialization is involved as well. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] Signed-off-by: Michael Buesch [EMAIL PROTECTED] --- Please test. This could break badly 802.11g devices

Re: [RFC] A PHY init rewrite

2007-11-04 Thread Stefano Brivio
On Sun, 4 Nov 2007 18:25:05 +0100 Stefano Brivio [EMAIL PROTECTED] wrote: Signed-off-by: Stefano Brivio [EMAIL PROTECTED] Signed-off-by: Michael Buesch [EMAIL PROTECTED] Cc: Michael Busch [EMAIL PROTECTED] instead, sorry. :) -- Ciao Stefano

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: [RFC 1/10] Port of bcm43xx from softmac to mac80211

2007-08-03 Thread Stefano Brivio
[Just a quick review, mostly about coding style. If it works, I ACK this.] On Thu, 02 Aug 2007 10:53:11 -0500 Larry Finger [EMAIL PROTECTED] wrote: +#define BCM43xx_RX_MAX_SSI 60 A comment here wouldn't hurt. /* MMIO offsets */ #define BCM43xx_MMIO_DMA0_REASON 0x20 @@ -45,6

Re: bcm4301: A mac80211 driver using V3 firmware

2007-07-19 Thread Stefano Brivio
On Thu, 19 Jul 2007 17:58:01 -0400 John W. Linville [EMAIL PROTECTED] wrote: Are you proposing to add a third driver and deprecate the softmac driver? Or can we treat this as a port of the existing driver to mac80211? I think that might be better for users and distros, and might let us get

Re: bcm4301: A mac80211 driver using V3 firmware

2007-07-19 Thread Stefano Brivio
On Thu, 19 Jul 2007 20:38:17 -0500 Larry Finger [EMAIL PROTECTED] wrote: 4. Once bcm43xx-mac80211 gets merged to mainline, then Michael's driver should become bcm43xx and my driver gets its PCI IDs stripped to the 802.11b-only devices and once again becomes bcm4301. This name change for

Re: [PATCH 1/3] fix A/G PHYs setup and init

2007-05-15 Thread Stefano Brivio
On Tue, 15 May 2007 03:30:10 -0700 (PDT) saleh saeed [EMAIL PROTECTED] wrote: I am new in linux I have hp pavilion dv6248eu with AMD turion 64 x2 and Broadcom 4312 wireless card. how can I use this patch to make my wireless card working I would suggest this patch instead:

Re: [PATCH 1/3] fix A/G PHYs setup and init

2007-05-15 Thread Stefano Brivio
On Tue, 15 May 2007 13:27:46 -0400 Pavel Roskin [EMAIL PROTECTED] wrote: Actually, I've seen people with native English who are also top-posting, using HTML for e-mail, using reply as a shortcut for post to the list, asking loaded questions and omitting question marks. This document would

[PATCH] incomplete patchset for syncing to specs v4

2007-04-23 Thread Stefano Brivio
As I probably won't have any chance to look after this until June or so because of exams, I'm posting here my incomplete patchset which should sync the A and G PHY code to v4 of specs, in case somebody is willing to work on this in the meanwhile. Please note that related specs are still

[PATCH 2/3] fix G LO variables and functions naming

2007-04-23 Thread Stefano Brivio
Avoid confusion between A and G PHY LocalOscillator-related variables and functions. TODO: almost everything. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- Index: wireless-dev/drivers/net/wireless/mac80211/bcm43xx/bcm43xx_lo.c

[PATCH 1/3] fix A/G PHYs setup and init

2007-04-23 Thread Stefano Brivio
wireless driver + + PHY workarounds. + + Copyright (c) 2005 Martin Langer [EMAIL PROTECTED], + Copyright (c) 2005-2007 Stefano Brivio [EMAIL PROTECTED] + Copyright (c) 2005-2007 Michael Buesch [EMAIL PROTECTED] + Copyright (c) 2005, 2006 Danny van Dyk [EMAIL PROTECTED] + Copyright (c) 2005, 2006

[PATCH 3/3] 802.11a LO implementation

2007-04-23 Thread Stefano Brivio
This introduces code for 802.11a LocalOscillator support. TODO: keep up to date with specs. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- Index: wireless-dev/drivers/net/wireless/mac80211/bcm43xx/bcm43xx_lo_a.c === --- /dev

Re: [PATCH 2/3] bcm43xx-mac80211: Fix machine check on PPC for phy-rev == 1

2007-04-19 Thread Stefano Brivio
On Thu, 19 Apr 2007 08:47:06 -0500 Larry Finger [EMAIL PROTECTED] wrote: @@ -599,16 +599,16 @@ static void bcm43xx_phy_agcsetup(struct Just FYI, I'm going to whack this whole function soon, when the R.E. team is done with A PHY LO specifications and I release the patchset I previously talked

Re: Changes to devices page at bcm43xx.berlios.de

2007-04-14 Thread Stefano Brivio
On Sat, 14 Apr 2007 10:33:58 -0500 Larry Finger [EMAIL PROTECTED] wrote: I don't know who handles updates to http://bcm43xx.berlios.de, It's me. I would really like to drop most pages there and put links to http://linuxwireless.org. Johannes even imported the device list to

Re: bcm43xx.berlios.de -- Support page?

2007-04-14 Thread Stefano Brivio
On Sat, 14 Apr 2007 17:51:10 +0200 Mathias De Maré [EMAIL PROTECTED] wrote: On a slightly related note: what happened to the support forum? ( http://bcm43xx.spugna.org/ ) It doesn't seem to be online anymore. The guy who maintains it had been sick and disappeared from some time. I'm going to

Re: [PATCH] bcm43xx-mac80211: Fix machine checks on PPC with rev 1 PHYs

2007-04-13 Thread Stefano Brivio
On Wed, 11 Apr 2007 11:08:53 -0500 Larry Finger [EMAIL PROTECTED] wrote: On PPC architecture with phy-rev == 1, machine checks occur during initialization of the Extended G PHY registers. This problem was also seen on bcm43xx-softmac, and was fixed by conditionally skipping over certain

Re: [RFC] PHY setup in v4 specs implementation

2007-04-09 Thread Stefano Brivio
Thanks for your comments. But it's a draft. It wasn't supposed to build or to be correct. I just asked to comment about the whole thing. Thanks. -- Ciao Stefano ___ Bcm43xx-dev mailing list Bcm43xx-dev@lists.berlios.de

Re: [RFC] PHY setup in v4 specs implementation

2007-04-09 Thread Stefano Brivio
On Mon, 9 Apr 2007 12:41:32 +0200 Michael Buesch [EMAIL PROTECTED] wrote: Put () around the bitwise . (I think the compiler even complains about this). Not needed, anyway. gcc doesn't complain and has precedence over . -- Ciao Stefano ___

[RFC] PHY setup in v4 specs implementation

2007-04-08 Thread Stefano Brivio
, 2007 Stefano Brivio [EMAIL PROTECTED] + Copyright (c) 2005, 2006, 2007 Michael Buesch [EMAIL PROTECTED] + Copyright (c) 2005, 2006 Danny van Dyk [EMAIL PROTECTED] + Copyright (c) 2005, 2006 Andreas Jaggi [EMAIL PROTECTED] + + This program is free software; you can redistribute it and/or modify

Re: OpenBSD bcw: Possible GPL license violation issues

2007-04-05 Thread Stefano Brivio
On Thu, 05 Apr 2007 12:42:34 -0600 Theo de Raadt [EMAIL PROTECTED] wrote: Again, your assumption is that he did it on purpose, and thus, you are calling him a thief. _ _ _ ___ _ _ _ |_ _| | | |_ _| | ___| | | | | |_| || || _| | |_ | | | | | _ || || |___| _| |_|

Re: OpenBSD bcw: Possible GPL license violation issues

2007-04-05 Thread Stefano Brivio
On Thu, 5 Apr 2007 21:25:11 +0200 Michael Buesch [EMAIL PROTECTED] wrote: This is a lie. Read the whole thread again! He will never do. He has to maintain his outstanding messages/time ratio. It's awesome that there are people on this world who can think so fast. Or who don't even need to.

Re: OpenBSD bcw: Possible GPL license violation issues

2007-04-04 Thread Stefano Brivio
[I'm another bcm43xx maintainer and copyright holder.] On Wed, 04 Apr 2007 15:39:33 -0600 Theo de Raadt [EMAIL PROTECTED] wrote: Yes, this driver has other problems though. To begin with, it does not even run yet, in any sense. Since it is not actual using code, there will be those who

Re: OpenBSD bcw: Possible GPL license violation issues

2007-04-04 Thread Stefano Brivio
[Please stop this. This doesn't lead anywhere. But as long as you need answers, I'll try to provide you with them.] On Wed, 04 Apr 2007 19:12:06 -0600 Theo de Raadt [EMAIL PROTECTED] wrote: Copyrighted whitespaces and variable names, you mean, right? No. What does that No. mean. Are

Re: APHY: bcm43xx_radio_set_tx_iq() seems wrong.

2007-03-25 Thread Stefano Brivio
On Fri, 23 Mar 2007 17:20:33 +0100 Michael Buesch [EMAIL PROTECTED] wrote: void bcm43xx_radio_set_tx_iq(struct bcm43xx_private *bcm) { static const u8 data_high[5] = { 0x00, 0x40, 0x80, 0x90, 0xD0 }; static const u8 data_low[5] = { 0x00, 0x01, 0x05, 0x06, 0x0A }; u16 tmp =

[PATCH] bcm43xx: fix radio_set_tx_iq

2007-03-25 Thread Stefano Brivio
Fix a duplicated leftshift in bcm43xx_radio_set_tx_iq. data_high values are already leftshifted. Thanks to Michael Buesch for spotting this. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- diff --git a/drivers/net/wireless/bcm43xx/bcm43xx_radio.c b/drivers/net/wireless/bcm43xx

Re: RFC: Future plans for bcm43xx-softmac

2007-03-25 Thread Stefano Brivio
On Fri, 23 Mar 2007 12:37:51 -0500 Larry Finger [EMAIL PROTECTED] wrote: I think we have a plan for the future of bcm43xx-softmac once the bcm43xx-mac80211 version goes into mainline. Unfortunately it cannot just be abandoned as there will be no support for 802.11b-only devices in

Re: I need a BCM4301

2007-03-25 Thread Stefano Brivio
On Sun, 25 Mar 2007 19:02:52 +0200 Stefano Brivio [EMAIL PROTECTED] wrote: On Sun, 25 Mar 2007 09:38:49 -0500 Larry Finger [EMAIL PROTECTED] wrote: Is anyone willing to trade a working BCM4301 802.11b PCMCIA card for a working BCM4306 802.11b/g card? I need one for debugging future

[RFT] [PATCH] bcm43xx: ACI fixes

2007-03-11 Thread Stefano Brivio
Please test the following patch. It syncs ACI (Adjacent Channels Interference) code to specs. I can't test it right now. Will port to mac80211 branch ASAP. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] diff --git a/drivers/net/wireless/bcm43xx/bcm43xx.h b/drivers/net/wireless/bcm43xx

Re: A problem with the sprom utility

2007-02-13 Thread Stefano Brivio
On Tue, 13 Feb 2007 11:00:48 +0100 Alberto Rodríguez Bouzas [EMAIL PROTECTED] wrote: Hello, i have got a problem when trying to read values from the SPROM memory i get allways the same answer: How are you doing it? No input data. When trying to write: (255) Could not modify SPROM data.

Re: BCM4318, come on guys :-)

2006-11-19 Thread Stefano Brivio
On Sat, 18 Nov 2006 21:24:55 -0600 Larry Finger [EMAIL PROTECTED] wrote: Now that most bcm43xx cards do not lock up or crash the computer, I am planning on seeing what can be done with BCM4318's. I'm currently bidding on E-bay for a Linksys WPC54G V3, which has a 4318 chip. Please do not bid

Re: [PATCH #3] [RFT #2] PCI-E support

2006-08-28 Thread Stefano Brivio
On Sat, 26 Aug 2006 15:27:03 +0200 Michael Buesch [EMAIL PROTECTED] wrote: But, btw: Where is Stefano? Long time since I heared something of him last time. Sorry, I got connectivity problems. I hope I'll get this fixed soon (few weeks) -- Ciao Stefano

[PATCH, RFT] bcm43xx: export radio disabled by hardware bits to sysfs

2006-06-04 Thread Stefano Brivio
-off-by: Stefano Brivio [EMAIL PROTECTED] Index: wireless-dev/drivers/net/wireless/bcm43xx/bcm43xx_sysfs.c === --- wireless-dev.orig/drivers/net/wireless/bcm43xx/bcm43xx_sysfs.c +++ wireless-dev/drivers/net/wireless/bcm43xx

Re: bcm43xx 3911 more info

2006-06-03 Thread Stefano Brivio
On Sat, 3 Jun 2006 15:38:11 +0200 Alejandro Barrera [EMAIL PROTECTED] wrote: Hi Stefano, I started thinking yesterday that it maybe didn't work because of the firmware so I downloaded the latest dell 1390 driver: R115321.EXE (http://ftp.us.dell.com/network/R115321.EXE)

[PATCH #2] [RFT #2] PCI-E support

2006-05-23 Thread Stefano Brivio
Sorry, this is the correct patch. Please test. :) -- Ciao Stefano diff -u linux-2.6.17-rc4/drivers/net/wireless/bcm43xx/bcm43xx.h wireless-dev/drivers/net/wireless/bcm43xx/bcm43xx.h --- linux-2.6.17-rc4/drivers/net/wireless/bcm43xx/bcm43xx.h 2007-04-20 16:49:19.0 +0200 +++

[PATCH] [RFT #2] PCI-E support

2006-05-22 Thread Stefano Brivio
As nobody still tested my patchset for PCI-E support and minor PCI fixes, I guess it could be easier if I would send an all-in-one patch against 2.6.17-rc4. Please test the attached patch (revised after Michael's coments) :) -- Ciao Stefano diff -u ./bcm43xx.h

Re: Panic with 2GB of RAM

2006-05-22 Thread Stefano Brivio
On Sat, 20 May 2006 14:41:14 +1000 Paul Collins [EMAIL PROTECTED] wrote: Daniel Gryniewicz [EMAIL PROTECTED] writes: Just a heads up: I have a bcm4318, and today I upgraded from 1GB of RAM to 2GB. Now, whenever the interface goes up, the machine panics. This happens with my current

[patch 01/10] bcm43xx: add core ID for PCI-E core

2006-05-19 Thread Stefano Brivio
Add core ID for PCI-E core. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] Index: wireless-dev/drivers/net/wireless/bcm43xx/bcm43xx.h === --- wireless-dev.orig/drivers/net/wireless/bcm43xx/bcm43xx.h +++ wireless-dev/drivers/net

[patch 03/10] bcm43xx: fix reading core ID and revision from sb_id_hi

2006-05-19 Thread Stefano Brivio
Fix reading core ID and revision from sb_id_hi. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] Index: wireless-dev/drivers/net/wireless/bcm43xx/bcm43xx_main.c === --- wireless-dev.orig/drivers/net/wireless/bcm43xx/bcm43xx_main.c

[patch 02/10] bcm43xx: functions for access to PCI-E registers and PCI-E MDIO

2006-05-19 Thread Stefano Brivio
Add read and write functions for PCI-E registers Add write function for MDIO slaves. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] Index: wireless-dev/drivers/net/wireless/bcm43xx/bcm43xx_main.c === --- wireless-dev.orig/drivers

  1   2   >