Re: [PATCH v3] b43: Implement RC calibration for rev.0/1 LP-PHYs

2009-08-13 Thread Michael Buesch
On Thursday 13 August 2009 14:19:02 Gábor Stefanik wrote: Also implement get/set BB mult, get/set TX gain, set RX gain, disable/restore CRS, run/stop DDFS, RX IQ est and QDIV roundup in the process. Signed-off-by: Gábor Stefanik netrolller...@gmail.com --- Changes from v2-v3: -Two small

Re: [PATCH] b43: LP-PHY: Initialize TX power control

2009-08-13 Thread Michael Buesch
On Wednesday 12 August 2009 22:42:40 Gábor Stefanik wrote: The HW TX power control init still needs work. The SW init is complete according to the specs. HW PCTL needs a serious amount of work in the common code, too. For now I would focus to SW PCTL and fix HW PCTL later. Signed-off-by:

[PATCH v2] b43: Update dummy transmission to match V4 specs

2009-08-13 Thread Gábor Stefanik
The V4 dummy transmission has two extra bools in its prototype, so update all callers with the 2 bools. Signed-off-by: Gábor Stefanik netrolller...@gmail.com --- v2: Convert all callers to v4, and drop the v3-v4 wrapper. drivers/net/wireless/b43/lo.c|2 +-

[PATCH v3] b43: LP-PHY: Initialize TX power control

2009-08-13 Thread Gábor Stefanik
The HW TX power control init still needs work. The SW init is complete according to the specs. Signed-off-by: Gábor Stefanik netrolller...@gmail.com --- v3: WARN_ON() setting TSSI mux mode to Ext, per Larry's suggestion. v2: Address Michael's comments, and update for the dummy transmission

Re: [RFC/RFT] b43: LP-PHY: Implement channel switching for rev2+/B2063 radio

2009-08-13 Thread Larry Finger
Gábor Stefanik wrote: Rev.2+/B2063 will now hopefully show some signs of life, though it won't work at full performance, as calibration is still missing. Signed-off-by: Gábor Stefanik netrolller...@gmail.com --- If you have an LP-PHY device with the B2063 radio, please test!

Re: [PATCH v2] b43: Update dummy transmission to match V4 specs

2009-08-13 Thread Michael Buesch
On Thursday 13 August 2009 16:51:51 Gábor Stefanik wrote: The V4 dummy transmission has two extra bools in its prototype, so update all callers with the 2 bools. Signed-off-by: Gábor Stefanik netrolller...@gmail.com --- v2: Convert all callers to v4, and drop the v3-v4 wrapper. - /*