Re: [PATCH RFT V2] b43legacy: Fix TX power adjustments

2008-04-06 Thread Michael Buesch
On Sunday 06 April 2008 22:16:59 KURT PETERS wrote: > Although I found the right phy.c file in the kernel I'm using, I can't > ensure I'm making the right changes. >For instance, it seems like your refs in b43legacy_phy_xmitpower() is > different than in my b43legacy file: > max_pwr = dev->de

Re: [PATCH RFT V2] b43legacy: Fix TX power adjustments

2008-04-06 Thread KURT PETERS
- Message: 1 Date: Sat, 05 Apr 2008 12:41:40 -0500 From: Larry Finger <[EMAIL PROTECTED]> Subject: Re: [PATCH RFT V2] b43legacy: Fix TX power adjustments To: KURT PETERS <[EMAIL PROTECTED]> Cc: bcm43xx-dev@lists.berlios.de, [EMAIL PROTECTED],

RE: [PATCH RFT V2] b43legacy: Fix TX power adjustments

2008-04-06 Thread David Ellingsworth
> From: [EMAIL PROTECTED] > To:[EMAIL PROTECTED] bcm43xx-dev@lists.berlios.de > Subject: RE: [PATCH RFT V2] b43legacy: Fix TX power adjustments > Date: Sun, 6 Apr 2008 11:14:05 -0400 > > >> Date: Sat, 5 Apr 2008 10:25:00 -0500 >> From: [EMAIL PROTECTED] >> To:

RE: [PATCH RFT V2] b43legacy: Fix TX power adjustments

2008-04-06 Thread David Ellingsworth
> Date: Sat, 5 Apr 2008 10:25:00 -0500 > From: [EMAIL PROTECTED] > To: bcm43xx-dev@lists.berlios.de; [EMAIL PROTECTED] > Subject: [PATCH RFT V2] b43legacy: Fix TX power adjustments > CC: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > The calculation of TX power has recently been im

Re: [PATCH RFT V2] b43legacy: Fix TX power adjustments

2008-04-05 Thread Larry Finger
KURT PETERS wrote: > > You mentioned I couldn't use Linus's repository, so Where can I get a > revised kernel with these changes already in place (I'm running 2.6.24.3 > from kernel.org)? > kurt I didn't say that you couldn't use Linus's repository - only that you need to remove one hunk from

RE: [PATCH RFT V2] b43legacy: Fix TX power adjustments

2008-04-05 Thread KURT PETERS
efano Brivio <[EMAIL PROTECTED]> CC: KURT PETERS <[EMAIL PROTECTED]>, Michael Buesch <[EMAIL PROTECTED]> Subject: [PATCH RFT V2] b43legacy: Fix TX power adjustments Date: Sat, 05 Apr 2008 10:25:00 -0500 The calculation of TX power has recently been improved in b43. This patch implements

[PATCH RFT V2] b43legacy: Fix TX power adjustments

2008-04-05 Thread Larry Finger
The calculation of TX power has recently been improved in b43. This patch implements those improvements in b43legacy. With this patch, the estimated power out calculation becomes quite stable. After the initial settling, the estimate varies by 0.25 dBm, or less. This patch is meant to apply to t