[PATCH] b43: Refactor and update antenna diversity for A/G-PHY

2009-08-28 Thread Gábor Stefanik
-Make use of the b43_phy_set/mask/maskset helpers. -Fix a few errors in the code. -Make the code more readable. Signed-off-by: Gábor Stefanik netrolller...@gmail.com --- The phy-analog == 3 to phy-rev == 3 change in A-PHY is intentional, it's a bugfix/spec conformance fix.

[PATCH] b43: Add myself to module authors to LP-PHY file copyright notices

2009-08-28 Thread Gábor Stefanik
Also mark the LP-PHY driver 802.11a/g instead of 802.11g, as LP-PHY is capable of both 2GHz and 5GHz operation. Signed-off-by: Gábor Stefanik netrolller...@gmail.com --- drivers/net/wireless/b43/main.c |1 + drivers/net/wireless/b43/phy_lp.c |3 ++-

[PATCH] b43: Fix typo in modparam_btcoex description

2009-08-28 Thread Gábor Stefanik
Signed-off-by: Gábor Stefanik netrolller...@gmail.com --- drivers/net/wireless/b43/main.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireless/b43/main.c b/drivers/net/wireless/b43/main.c index 1263f4b..f2c5b2d 100644 --- a/drivers/net/wireless/b43/main.c

b43: LP-PHY: Fix TX gain tables

2009-08-28 Thread Gábor Stefanik
The rev1 2GHz and rev2 5GHz gain tables were incorrectly documented on the specs originally. Update these gaintables to match the cor- rected specs. Signed-off-by: Gábor Stefanik netroller...@gmail.com --- drivers/net/wireless/b43/tables_lpphy.c | 306 +++--- 1 files

[PATCH] b43: LP-PHY: Fix TX gain tables

2009-08-28 Thread Gábor Stefanik
Just noticed that the [PATCH] tag is accidentally missing on this one - I hope you can still apply it. 2009/8/28 Gábor Stefanik netrolller...@gmail.com: The rev1 2GHz and rev2 5GHz gain tables were incorrectly documented on the specs originally. Update these gaintables to match the cor- rected

Re: b43: LP-PHY: Fix TX gain tables

2009-08-28 Thread Michael Buesch
On Friday 28 August 2009 22:36:02 Gábor Stefanik wrote: The rev1 2GHz and rev2 5GHz gain tables were incorrectly documented on the specs originally. Update these gaintables to match the cor- rected specs. Signed-off-by: Gábor Stefanik netroller...@gmail.com ack -- Greetings, Michael.