Re: The newest Macbook 13.3" wireless

2010-01-04 Thread Rafał Miłecki
W dniu 4 stycznia 2010 23:45 użytkownik Gábor Stefanik napisał: > 2010/1/4 Rafał Miłecki : >> 2010/1/3 Daniel Kuehn : >>> I am the (un)lucky owner of a Macbook of late 2009 model, which has a >>> Broadcom combo card (BT + WLAN sharing 3 antennas) but neither the b43 or >>> broadcom-sta support it,

Re: N-PHY init: current code vs. specs

2010-01-04 Thread Rafał Miłecki
W dniu 4 stycznia 2010 23:43 użytkownik Larry Finger napisał: > On 01/04/2010 04:34 PM, Rafał Miłecki wrote: >> W dniu 4 stycznia 2010 21:36 użytkownik Rafał Miłecki >> napisał: >>> Next there is a lot of code after "b43_nphy_workarounds(dev);" call >>> that I can not recognize. Let's just take s

Re: The newest Macbook 13.3" wireless

2010-01-04 Thread Gábor Stefanik
2010/1/4 Rafał Miłecki : > 2010/1/3 Daniel Kuehn : >> I am the (un)lucky owner of a Macbook of late 2009 model, which has a >> Broadcom combo card (BT + WLAN sharing 3 antennas) but neither the b43 or >> broadcom-sta support it, I just get invalid parameters or the interface >> disappears. >> >> Is

Re: N-PHY init: current code vs. specs

2010-01-04 Thread Larry Finger
On 01/04/2010 04:34 PM, Rafał Miłecki wrote: > W dniu 4 stycznia 2010 21:36 użytkownik Rafał Miłecki > napisał: >> Next there is a lot of code after "b43_nphy_workarounds(dev);" call >> that I can not recognize. Let's just take some lines for example: >> b43_nphy_reset_cca(dev); > > Actually spec

Re: N-PHY init: current code vs. specs

2010-01-04 Thread Rafał Miłecki
W dniu 4 stycznia 2010 21:36 użytkownik Rafał Miłecki napisał: > Next there is a lot of code after "b43_nphy_workarounds(dev);" call > that I can not recognize. Let's just take some lines for example: > b43_nphy_reset_cca(dev); Actually specs still tell about resetting CCA, but that is done (in s

Re: b43 kills my kernel

2010-01-04 Thread Oncaphillis
On 11/19/2009 12:30 PM, Michael Buesch wrote: > On Thursday 19 November 2009 12:16:46 Oncaphillis wrote: >> On 11/19/2009 12:09 PM, Michael Buesch wrote: >>> On Thursday 19 November 2009 12:07:30 Oncaphillis wrote: >>> So I'm at a loss here, but if someone comes up with a bright idea to t

Re: The newest Macbook 13.3" wireless

2010-01-04 Thread Rafał Miłecki
2010/1/3 Daniel Kuehn : > I am the (un)lucky owner of a Macbook of late 2009 model, which has a > Broadcom combo card (BT + WLAN sharing 3 antennas) but neither the b43 or > broadcom-sta support it, I just get invalid parameters or the interface > disappears. > > Is there anyway I could help you gu

Re: N-PHY init: current code vs. specs

2010-01-04 Thread Rafał Miłecki
W dniu 4 stycznia 2010 21:55 użytkownik Larry Finger napisał: > On 01/04/2010 02:36 PM, Rafał Miłecki wrote: >> I try to update >> int b43_phy_initn(struct b43_wldev *dev) >> to match current specs. >> >> Currently it contains many operations/calls that I can not find in >> http://bcm-v4.sipsoluti

Re: N-PHY init: current code vs. specs

2010-01-04 Thread Larry Finger
On 01/04/2010 02:36 PM, Rafał Miłecki wrote: > I try to update > int b43_phy_initn(struct b43_wldev *dev) > to match current specs. > > Currently it contains many operations/calls that I can not find in > http://bcm-v4.sipsolutions.net/802.11/PHY/Init/N > > First I've just posted patch that remov

Re: [PATCH] b43: N-PHY: update part of init code to current specs

2010-01-04 Thread Rafał Miłecki
Dnia 04-01-2010 o 21:26:27 Rafał Miłecki napisał(a): This makes part of init code follow updated specs. Michael said many times he prefers smaller patches posted more frequently. So there this go. However if you think it's too small, just let me know please. I inline-posted patch but didn't

N-PHY init: current code vs. specs

2010-01-04 Thread Rafał Miłecki
I try to update int b43_phy_initn(struct b43_wldev *dev) to match current specs. Currently it contains many operations/calls that I can not find in http://bcm-v4.sipsolutions.net/802.11/PHY/Init/N First I've just posted patch that removed "//TODO: Spectral management". I don't see anything about

[PATCH] b43: N-PHY: update part of init code to current specs

2010-01-04 Thread Rafał Miłecki
This makes part of init code follow updated specs. Michael said many times he prefers smaller patches posted more frequently. So there this go. However if you think it's too small, just let me know please. From 7892ad10e3e15abc960e9a05c8c372a97b1f6b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?

Re: [RFC][RFH] Small fixes to N-PHY init

2010-01-04 Thread Larry Finger
On 01/04/2010 11:16 AM, Rafał Miłecki wrote: > > Larry: could you just confirm my understanding of docs? Did you mean > chipcommon core in that N-PHY init step? > Yes, the reference is to a register in the chipcommon core. Larry ___ Bcm43xx-dev mailin

Re: b43 on Dell i1545 laptop

2010-01-04 Thread Larry Finger
On 01/04/2010 11:14 AM, Rafał Miłecki wrote: > 2010/1/4 Jim Haynes : >> I've just joined the list, and most of the stuff is way over my head. >> Is there a list for b43 users? As you have noticed, this is a list for developers. The user-type questions are generally handled in distro forums. >> I

Re: [RFC][RFH] Small fixes to N-PHY init

2010-01-04 Thread Rafał Miłecki
W dniu 4 stycznia 2010 16:42 użytkownik Michael Buesch napisał: > On Monday 04 January 2010 11:23:36 Rafał Miłecki wrote: >> W dniu 4 stycznia 2010 11:03 użytkownik Michael Buesch >> napisał: >> > On Monday 04 January 2010 01:10:32 Rafał Miłecki wrote: >> >> Please, see table on: >> >> http://bc

Re: b43 on Dell i1545 laptop

2010-01-04 Thread Rafał Miłecki
2010/1/4 Jim Haynes : > I've just joined the list, and most of the stuff is way over my head. > Is there a list for b43 users? > > I just got a Dell i1545 laptop and put Fedora 12 on it.  The current > kernel is 2.6.31.9-174.fc12.x86_64 > > lspci says [14e4:4315] (rev 01)  and the b43 web page says

b43 on Dell i1545 laptop

2010-01-04 Thread Jim Haynes
I've just joined the list, and most of the stuff is way over my head. Is there a list for b43 users? I just got a Dell i1545 laptop and put Fedora 12 on it. The current kernel is 2.6.31.9-174.fc12.x86_64 lspci says [14e4:4315] (rev 01) and the b43 web page says support is "in progress" but I d

Re: [RFC][RFH] Small fixes to N-PHY init

2010-01-04 Thread Michael Buesch
On Monday 04 January 2010 11:23:36 Rafał Miłecki wrote: > W dniu 4 stycznia 2010 11:03 użytkownik Michael Buesch > napisał: > > On Monday 04 January 2010 01:10:32 Rafał Miłecki wrote: > >> Please, see table on: > >> http://bcm-v4.sipsolutions.net/ChipCommon > > > > No I mean where does the specs

Re: [RFC][RFH] Small fixes to N-PHY init

2010-01-04 Thread Rafał Miłecki
W dniu 4 stycznia 2010 11:03 użytkownik Michael Buesch napisał: > On Monday 04 January 2010 01:10:32 Rafał Miłecki wrote: >> Please, see table on: >> http://bcm-v4.sipsolutions.net/ChipCommon > > No I mean where does the specs say to _write_ to that register? Whoops, sorry. You can find this in:

Re: [RFC][RFH] Small fixes to N-PHY init

2010-01-04 Thread Michael Buesch
On Monday 04 January 2010 01:10:32 Rafał Miłecki wrote: > Please, see table on: > http://bcm-v4.sipsolutions.net/ChipCommon No I mean where does the specs say to _write_ to that register? -- Greetings, Michael. ___ Bcm43xx-dev mailing list Bcm43xx-dev@

Multiple SSID using b43 with OpenWRT

2010-01-04 Thread Chris Snell
Is it possible to get a brief update on the status of multiple SSID support from b43? I am using b43 on a broadcom based board with OpenWRT and hostapd fails to start correctly for the second SSID. I am trying to determine if it is hostapd or b43 or the OpenWRT scripts that need to be modified.