[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 zaj...@gmail.com --- 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

[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 zaj...@gmail.com --- 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

[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 zaj...@gmail.com --- 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

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 sgrus...@redhat.com napisał: Hi On Thu, Jan 14, 2010 at 01:21:35PM +0100, Rafał Miłecki wrote: Signed-off-by: Rafał Miłecki zaj...@gmail.com ---  drivers/net/wireless/b43/phy_common.c |   14 ++  

[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 zaj...@gmail.com --- 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

[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 zaj...@gmail.com --- 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

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

2010-01-14 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki zaj...@gmail.com --- 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

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

2010-01-14 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki zaj...@gmail.com --- 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 +

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

2010-01-14 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki zaj...@gmail.com --- 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 ---

[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 zaj...@gmail.com --- 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

Re: b43 patches sets

2010-01-14 Thread Rafał Miłecki
W dniu 10 stycznia 2010 23:19 użytkownik Rafał Miłecki zaj...@gmail.com 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

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 zaj...@gmail.com --- 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

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 mcg...@gmail.com 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

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 zaj...@gmail.com: W dniu 15 stycznia 2010 00:08 użytkownik Luis R. Rodriguez mcg...@gmail.com 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

[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 zaj...@gmail.com --- 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

No probe response from AP address 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

Re: No probe response from AP address 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 use it

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

2010-01-14 Thread Gábor Stefanik
On Fri, Jan 15, 2010 at 2:12 AM, Miklos Vajna vmik...@frugalware.org 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

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

2010-01-14 Thread Miklos Vajna
On Fri, Jan 15, 2010 at 03:36:54AM +0100, Gábor Stefanik netrolller...@gmail.com 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

Re: No probe response from AP address 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 section for