Return-path: Received: from mail-px0-f196.google.com ([209.85.216.196]:50663 "EHLO mail-px0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755655AbZHQVSZ (ORCPT ); Mon, 17 Aug 2009 17:18:25 -0400 Received: by pxi34 with SMTP id 34so1392988pxi.4 for ; Mon, 17 Aug 2009 14:18:27 -0700 (PDT) Message-ID: <4A89C902.4030807@lwfinger.net> Date: Mon, 17 Aug 2009 16:17:54 -0500 From: Larry Finger MIME-Version: 1.0 To: =?ISO-8859-1?Q?G=E1bor_Stefanik?= CC: "John W. Linville" , Michael Buesch , Mark Huijgen , Broadcom Wireless , linux-wireless Subject: Re: [PATCH] b43: LP-PHY: Fix setting TX power control mode during RC calibration References: <4A85B8DE.3000704@gmail.com> <69e28c910908171232i6828d42bh3aac1d236f789c91@mail.gmail.com> <20090817195718.GK5500@tuxdriver.com> <69e28c910908171302s3aed3181w38ba402ca7dfa13d@mail.gmail.com> In-Reply-To: <69e28c910908171302s3aed3181w38ba402ca7dfa13d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: G?bor Stefanik wrote: > 2009/8/17 John W. Linville : >> On Mon, Aug 17, 2009 at 09:32:42PM +0200, G?bor Stefanik wrote: >>> 2009/8/14 G?bor Stefanik : >>>> Call set_tx_power_control with a LPPHY_TXPCTL rather than an >>>> LPPHY_TX_PWR_CTL_CMD_MODE. >>>> >>>> Signed-off-by: G?bor Stefanik >>>> --- >>>> This should fix the WARN_ON testers were seeing during init. >>>> >>>> drivers/net/wireless/b43/phy_lp.c | 2 +- >>>> 1 files changed, 1 insertions(+), 1 deletions(-) >>>> >>>> diff --git a/drivers/net/wireless/b43/phy_lp.c >>>> b/drivers/net/wireless/b43/phy_lp.c >>>> index adfa7bf..558224b 100644 >>>> --- a/drivers/net/wireless/b43/phy_lp.c >>>> +++ b/drivers/net/wireless/b43/phy_lp.c >>>> @@ -1080,7 +1080,7 @@ static void lpphy_rev0_1_rc_calib(struct b43_wldev >>>> *dev) >>>> old_txpctl = b43_phy_read(dev, B43_LPPHY_TX_PWR_CTL_CMD) & >>>> B43_LPPHY_TX_PWR_CTL_CMD_MODE; >>>> >>>> - lpphy_set_tx_power_control(dev, B43_LPPHY_TX_PWR_CTL_CMD_MODE_OFF); >>>> + lpphy_set_tx_power_control(dev, B43_LPPHY_TXPCTL_OFF); >>>> lpphy_disable_crs(dev); >>>> loopback = lpphy_loopback(dev); >>>> if (loopback == -1) >>>> -- >>>> 1.6.2.4 >>>> >>> John, any news on this one? I can't see it in wireless testing. >> Larry said: >> >> With this one, I still get WARNING: at >> drivers/net/wireless/b43/phy_lp.c:1006 >> lpphy_set_tx_power_control+0xbf/0xdd [b43](). >> > > Previously, he was getting 2 warnings. This fixes one of them, the > other one is handled by commit > 1181d724fc2897f11f95bf6ebc86ae111390929c ("Fix another TX power > control abuse"). > I need to be more careful with my comments. This pack is needed and OK. Because of my involvement with the RE, I cannot ack any of these LP PHY patches. Larry