Re: [PATCH 1/3] b43: N-PHY: add b43_nphy_rx_iq_est and b43_nphy_tx_iq_workaround

2010-01-12 Thread Rafał Miłecki
2010/1/12 Michael Buesch : > On Tuesday 12 January 2010 20:38:07 Rafał Miłecki wrote: >>   struct nphy_txgains { u16 txgm[2]; u16 pga[2]; u16 pad[2]; u16 ipa[2]; }; >> +struct nphy_iq_est { s32 iq0_prod; u32 i0_pwr; u32 q0_pwr; s32 iq1_prod; >> +                     u32 i1_pwr; u32 q1_pwr; }; > > S

Re: [PATCH 3/3] b43: N-PHY: add RX IQ calculation for rev < 3

2010-01-12 Thread Michael Buesch
On Tuesday 12 January 2010 20:38:56 Rafał Miłecki wrote: > > Signed-off-by: Rafał Miłecki > --- > > Uh, bigger one. This patch causes false warning: > drivers/net/wireless/b43/phy_n.c: In function ‘b43_nphy_rev2_cal_rx_iq’: > drivers/net/wireless/b43/phy_n.c:627: warning: large integer implicitl

Re: [PATCH 1/3] b43: N-PHY: add b43_nphy_rx_iq_est and b43_nphy_tx_iq_workaround

2010-01-12 Thread Michael Buesch
On Tuesday 12 January 2010 20:38:07 Rafał Miłecki wrote: > struct nphy_txgains { u16 txgm[2]; u16 pga[2]; u16 pad[2]; u16 ipa[2]; }; > +struct nphy_iq_est { s32 iq0_prod; u32 i0_pwr; u32 q0_pwr; s32 iq1_prod; > + u32 i1_pwr; u32 q1_pwr; }; So it seems I didn't notice this ear

[PATCH 3/3] b43: N-PHY: add RX IQ calculation for rev < 3

2010-01-12 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- Uh, bigger one. This patch causes false warning: drivers/net/wireless/b43/phy_n.c: In function ‘b43_nphy_rev2_cal_rx_iq’: drivers/net/wireless/b43/phy_n.c:627: warning: large integer implicitly truncated to unsigned type That's for: b43_phy_maskset(dev, B43_NPH

[PATCH 2/3] b43: N-PHY: add b43_nphy_iq_cal_gain_params

2010-01-12 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- drivers/net/wireless/b43/phy_n.c | 40 drivers/net/wireless/b43/tables_nphy.c | 25 drivers/net/wireless/b43/tables_nphy.h |1 + 3 files changed, 66 insertions(+), 0 deletions(-) diff --git

[PATCH 1/3] b43: N-PHY: add b43_nphy_rx_iq_est and b43_nphy_tx_iq_workaround

2010-01-12 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- drivers/net/wireless/b43/phy_n.c | 59 +- 1 files changed, 58 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireless/b43/phy_n.c b/drivers/net/wireless/b43/phy_n.c index c244ddf..7b2468d 100644 --- a/drivers/net/w

[PATCH] b43legacy: Declare all possible ucodeX.fw files

2010-01-12 Thread Larry Finger
From: Tim Gardner Enhance module information with the names of the firmware files that could be used by this driver. This helps tools like Jockey to correctly detect and/or install the firmware files relevant to this driver. Signed-off-by: Larry Finger --- John, This is 2.6.34 material. Larr

Re: Impossible to associate with WPA with a LP-PHY

2010-01-12 Thread Larry Finger
On 01/12/2010 03:32 AM, Éric Piel wrote: > Op 11-01-10 00:56, Larry Finger schreef: >> On 01/10/2010 04:51 PM, Éric Piel wrote: >>> Hello, >>> >>> I've got a bcm43 with LP-PHY (14e4:4315, rev 01). The b43 driver seems >>> to work fine (since 2.6.32), excepted when WPA is used. When there is no >>>

Re: Impossible to associate with WPA with a LP-PHY

2010-01-12 Thread Éric Piel
Op 11-01-10 00:56, Larry Finger schreef: > On 01/10/2010 04:51 PM, Éric Piel wrote: >> Hello, >> >> I've got a bcm43 with LP-PHY (14e4:4315, rev 01). The b43 driver seems >> to work fine (since 2.6.32), excepted when WPA is used. When there is no >> encryption, or just WEP, there is no problem. How