Re: No probe response from AP after 500ms, disconnecting.

2010-01-14 Thread Peter Stuge
Miklos Vajna wrote: > > I have made some noise on the ath9k list about it, and currently have > > a reboot pending to try the latest wireless-testing, which has gotten > > some more fixes. > > Please let me know if that helped (which git repo, which branch?). Will do. > Should I include a secti

Re: No probe response from AP after 500ms, disconnecting.

2010-01-14 Thread Miklos Vajna
On Fri, Jan 15, 2010 at 02:46:19AM +0100, Peter Stuge wrote: > Do you have wpa_supplicant running also when not using encryption? Nope. > I have made some noise on the ath9k list about it, and currently have > a reboot pending to try the latest wireless-testing, which has gotten > some more fix

Re: No probe response from AP after 500ms, disconnecting.

2010-01-14 Thread Miklos Vajna
On Fri, Jan 15, 2010 at 03:36:54AM +0100, Gábor Stefanik wrote: > 14E4:4315 is an LP-PHY (specifically, for most people,, it is "the" > LP-PHY), for which 2.6.32 contains no calibration support, so > performance/range problems can be expected. 2.6.33 should have > improvements (part of calibratio

Re: No probe response from AP after 500ms, disconnecting.

2010-01-14 Thread Gábor Stefanik
On Fri, Jan 15, 2010 at 2:12 AM, Miklos Vajna wrote: > Hi, > > I tried asking on #bcm-users, then found the wiki where it's suggested > to report to this list, so I'm doing so. Sorry for the noise on IRC. > > A description of the problem at hand: > > My card works fine when I use it with WPA, howe

Re: No probe response from AP after 500ms, disconnecting.

2010-01-14 Thread Peter Stuge
Interesting! Miklos Vajna wrote: > Hi, > > I tried asking on #bcm-users, then found the wiki where it's suggested > to report to this list, so I'm doing so. Sorry for the noise on IRC. > > A description of the problem at hand: > > My card works fine when I use it with WPA, however when I try to

No probe response from AP after 500ms, disconnecting.

2010-01-14 Thread Miklos Vajna
Hi, I tried asking on #bcm-users, then found the wiki where it's suggested to report to this list, so I'm doing so. Sorry for the noise on IRC. A description of the problem at hand: My card works fine when I use it with WPA, however when I try to use it without any encryption (actually the provi

[RFR][PATCH] b43: N-PHY: TX cal PHY code for setup and cleanup

2010-01-14 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- John: as we decided, I'll prepare patch bomb with everything posted so far. So this one is posted for review rather than real including to wireless-testing/kernel. --- drivers/net/wireless/b43/phy_n.c | 81 ++ drivers/net/w

Re: [PATCH 3/6] b43: N-PHY: add update TX cal ladder

2010-01-14 Thread Larry Finger
On 01/14/2010 05:59 PM, Luis R. Rodriguez wrote: > 2010/1/14 Rafał Miłecki : >> >> So definitely I will avoid putting just function names. However as I >> said, I don't think I will be able to be more descriptive :/ > > Heh well I had to try :) Unfortunately, there are no comments in MIPS binary

Re: [PATCH 3/6] b43: N-PHY: add update TX cal ladder

2010-01-14 Thread Luis R. Rodriguez
2010/1/14 Rafał Miłecki : > W dniu 15 stycznia 2010 00:44 użytkownik Luis R. Rodriguez > napisał: >> 2010/1/14 Rafał Miłecki : >>> W dniu 15 stycznia 2010 00:08 użytkownik Luis R. Rodriguez >>> napisał: It'd be nice if your patches had a good description of what this is, I see most of t

Re: [PATCH 3/6] b43: N-PHY: add update TX cal ladder

2010-01-14 Thread Rafał Miłecki
W dniu 15 stycznia 2010 00:44 użytkownik Luis R. Rodriguez napisał: > 2010/1/14 Rafał Miłecki : >> W dniu 15 stycznia 2010 00:08 użytkownik Luis R. Rodriguez >> napisał: >>> It'd be nice if your patches had a good description of what this is, I >>> see most of these patches are one-liners with no

Re: [PATCH 3/6] b43: N-PHY: add update TX cal ladder

2010-01-14 Thread Luis R. Rodriguez
2010/1/14 Rafał Miłecki : > W dniu 15 stycznia 2010 00:08 użytkownik Luis R. Rodriguez > napisał: >> It'd be nice if your patches had a good description of what this is, I >> see most of these patches are one-liners with no description at all. > > That's right, because I just implement function by

Re: [PATCH 3/6] b43: N-PHY: add update TX cal ladder

2010-01-14 Thread Rafał Miłecki
W dniu 15 stycznia 2010 00:08 użytkownik Luis R. Rodriguez napisał: > It'd be nice if your patches had a good description of what this is, I > see most of these patches are one-liners with no description at all. That's right, because I just implement function by function using specs. I guess that

Re: [PATCH 3/6] b43: N-PHY: add update TX cal ladder

2010-01-14 Thread Luis R. Rodriguez
2010/1/14 Rafał Miłecki : It'd be nice if your patches had a good description of what this is, I see most of these patches are one-liners with no description at all. Luis ___ Bcm43xx-dev mailing list Bcm43xx-dev@lists.berlios.de https://lists.berlios.

Re: [PATCH 1/2] b43: make finding the most significant bit common function

2010-01-14 Thread Michael Buesch
On Thursday 14 January 2010 13:21:27 Rafał Miłecki wrote: > > Signed-off-by: Rafał Miłecki > --- > drivers/net/wireless/b43/phy_common.c | 14 ++ > drivers/net/wireless/b43/phy_common.h |1 + > drivers/net/wireless/b43/phy_lp.c | 17 ++--- > 3 files change

Re: b43 patches sets

2010-01-14 Thread Rafał Miłecki
W dniu 10 stycznia 2010 23:19 użytkownik Rafał Miłecki napisał: > In case you've lost in my patches submission, I've generated following > (bigger) sets: > > http://estudent.put.poznan.pl/rafal.milecki/b43-1/ > http://estudent.put.poznan.pl/rafal.milecki/b43-2/ Well, I added following: http://es

[PATCH 6/6] b43: N-PHY: add huge cal TX IQ LO

2010-01-14 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- drivers/net/wireless/b43/phy_n.c | 214 +++- drivers/net/wireless/b43/phy_n.h |9 ++ drivers/net/wireless/b43/tables_nphy.c | 60 + drivers/net/wireless/b43/tables_nphy.h | 24 4 files changed, 30

[PATCH 5/6] b43: N-PHY: correct condition blocks in init

2010-01-14 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- drivers/net/wireless/b43/phy_n.c | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/drivers/net/wireless/b43/phy_n.c b/drivers/net/wireless/b43/phy_n.c index d5a2dc8..356b89f 100644 --- a/drivers/net/wireless/b43/phy_n.c +++

[PATCH 4/6] b43: N-PHY: TX power control coeff setup

2010-01-14 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- drivers/net/wireless/b43/b43.h |3 + drivers/net/wireless/b43/phy_n.c | 68 +++- drivers/net/wireless/b43/tables_nphy.c | 35 drivers/net/wireless/b43/tables_nphy.h |1 + 4 files changed,

[PATCH 3/6] b43: N-PHY: add update TX cal ladder

2010-01-14 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- drivers/net/wireless/b43/phy_n.c | 23 + drivers/net/wireless/b43/phy_n.h |1 + drivers/net/wireless/b43/tables_nphy.c | 42 drivers/net/wireless/b43/tables_nphy.h |6 4 files chan

[PATCH 2/6] b43: N-PHY: add TX cal radio setup for rev < 3

2010-01-14 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- drivers/net/wireless/b43/phy_n.c | 43 ++ drivers/net/wireless/b43/phy_n.h |1 + 2 files changed, 44 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/b43/phy_n.c b/drivers/net/wireless/b43/phy_n.c index

[PATCH 1/6] b43: N-PHY: add b43_nphy_calc_rx_iq_comp

2010-01-14 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- drivers/net/wireless/b43/phy_n.c | 101 +- 1 files changed, 100 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireless/b43/phy_n.c b/drivers/net/wireless/b43/phy_n.c index fbdabfe..75eb0e6 100644 --- a/drivers/net/

Re: [PATCH 2/2] b43: N-PHY: follow kernel coding style for struct declaration

2010-01-14 Thread Rafał Miłecki
W dniu 14 stycznia 2010 16:39 użytkownik Stanislaw Gruszka napisał: > Hi > > On Thu, Jan 14, 2010 at 01:21:35PM +0100, Rafał Miłecki wrote: >> >> Signed-off-by: Rafał Miłecki >> --- >>  drivers/net/wireless/b43/phy_common.c |   14 ++ >>  drivers/net/wireless/b43/phy_common.h |    1 +

[PATCH 2/2 resend] b43: N-PHY: follow kernel coding style for struct declaration

2010-01-14 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- Whoops, wrong patch attached previously --- drivers/net/wireless/b43/phy_n.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireless/b43/phy_n.c b/drivers/net/wireless/b43/phy_n.c index d0a0ce9..fbdabfe 100644 --- a

[PATCH 2/2] b43: N-PHY: follow kernel coding style for struct declaration

2010-01-14 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- drivers/net/wireless/b43/phy_common.c | 14 ++ drivers/net/wireless/b43/phy_common.h |1 + drivers/net/wireless/b43/phy_lp.c | 17 ++--- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/drivers/net/wireless/

[PATCH 1/2] b43: make finding the most significant bit common function

2010-01-14 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- drivers/net/wireless/b43/phy_common.c | 14 ++ drivers/net/wireless/b43/phy_common.h |1 + drivers/net/wireless/b43/phy_lp.c | 17 ++--- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/drivers/net/wireless/