[PATCH] b43: Fix and update LP-PHY code

2009-08-26 Thread Gábor Stefanik
-Fix a few nasty typos (b43_phy_* operations instead of b43_radio_*) in the channel tune routines. -Fix some typos spec errors found by MMIO tracing. -Optimize b43_phy_write b43_phy_mask/set/maskset to use only the minimal number of MMIO accesses. (Write is possible using a single 32-bit MMIO

Re: [PATCH] b43: Fix and update LP-PHY code

2009-08-26 Thread Michael Buesch
On Wednesday 26 August 2009 20:51:25 Gábor Stefanik wrote: -Fix a few nasty typos (b43_phy_* operations instead of b43_radio_*) in the channel tune routines. -Fix some typos spec errors found by MMIO tracing. -Optimize b43_phy_write b43_phy_mask/set/maskset to use only the minimal number

Re: [PATCH] b43: Fix and update LP-PHY code

2009-08-26 Thread Gábor Stefanik
2009/8/26 Michael Buesch m...@bu3sch.de: On Wednesday 26 August 2009 20:51:25 Gábor Stefanik wrote: -Fix a few nasty typos (b43_phy_* operations instead of b43_radio_*)  in the channel tune routines. -Fix some typos spec errors found by MMIO tracing. -Optimize b43_phy_write

Re: [PATCH] b43: Fix and update LP-PHY code

2009-08-26 Thread Michael Buesch
On Wednesday 26 August 2009 22:47:12 Gábor Stefanik wrote: 2009/8/26 Michael Buesch m...@bu3sch.de: On Wednesday 26 August 2009 20:51:25 Gábor Stefanik wrote: -Fix a few nasty typos (b43_phy_* operations instead of b43_radio_*)  in the channel tune routines. -Fix some typos spec errors

Re: [PATCH] b43: Fix and update LP-PHY code

2009-08-26 Thread John W. Linville
On Wed, Aug 26, 2009 at 10:47:12PM +0200, Gábor Stefanik wrote: 2009/8/26 Michael Buesch m...@bu3sch.de: And, everything in its own patch, please. I don't see a reason for patching unrelated things in one big patch. Well, this patch is already in wireless-testing, so doing that would now

Re: [PATCH] b43: Fix and update LP-PHY code

2009-08-26 Thread Michael Buesch
On Wednesday 26 August 2009 22:54:03 John W. Linville wrote: On Wed, Aug 26, 2009 at 10:47:12PM +0200, Gábor Stefanik wrote: 2009/8/26 Michael Buesch m...@bu3sch.de: And, everything in its own patch, please. I don't see a reason for patching unrelated things in one big patch. Well,