Return-path: Received: from mail-oa0-f43.google.com ([209.85.219.43]:38796 "EHLO mail-oa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932414Ab3CGTBF (ORCPT ); Thu, 7 Mar 2013 14:01:05 -0500 Received: by mail-oa0-f43.google.com with SMTP id l10so1031610oag.30 for ; Thu, 07 Mar 2013 11:01:03 -0800 (PST) Message-ID: <5138E3ED.7040602@lwfinger.net> (sfid-20130307_200110_414580_6781609D) Date: Thu, 07 Mar 2013 13:01:01 -0600 From: Larry Finger MIME-Version: 1.0 To: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= CC: linux-wireless@vger.kernel.org, "John W. Linville" , b43-dev@lists.infradead.org Subject: Re: [PATCH 00/13] b43: implement basic TX power mgmt References: <1362671247-10766-1-git-send-email-zajec5@gmail.com> <5138D7D7.5020204@lwfinger.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: On 03/07/2013 12:55 PM, Rafał Miłecki wrote: > 2013/3/7 Larry Finger : >> On 03/07/2013 09:47 AM, Rafał Miłecki wrote: >>> >>> After spotting a lot of N-PHY-similar functions in >>> BCM4331 dump of MMIO ops - split into names parts >>> I was able to finally improve HT-PHY code. >>> >>> It now sets TX basically, I can finally talk with devices that are few >>> meters away, not just few centimetres. It's a little patch bomb, sorry >>> for that, but I wasn't sure if my code is correct until it was complete >>> and started working. >>> >>> Rafał Miłecki (13): >>> b43: HT-PHY: rename AFE defines >>> b43: HT-PHY: add classifier control function >>> b43: HT-PHY: move TX fix to the separated function >>> b43: HT-PHY: implement spurious tone avoidance >>> b43: HT-PHY: implement MAC reclocking >>> b43: HT-PHY: implement CCA reset >>> b43: HT-PHY: implement PA override >>> b43: HT-PHY: implement controlling TX power control >>> b43: HT-PHY: implement stopping sample tone playback >>> b43: HT-PHY: implement playing sample tone >>> b43: HT-PHY: implement RSSI polling >>> b43: HT-PHY: setup TX power control >>> b43: HT-PHY: enable basic TX power setup >>> >>> drivers/net/wireless/b43/phy_ht.c | 603 >>> +++++++++++++++++++++++++++++++++---- >>> drivers/net/wireless/b43/phy_ht.h | 77 ++++- >>> 2 files changed, 613 insertions(+), 67 deletions(-) >> >> >> What tree is used for these patches? Numbers 1-7 applied with offsets, and >> some fuzz. Number 8 failed, and I quit trying there. I am using >> wireless-testing that was a fresh pull yesterday after John rebased it. > > I've just checkouted origin/master again, to make sure everything is > clean, and patches applied fine. Please make sure you're using latest > wireless-testing like a > http://git.kernel.org/cgit/linux/kernel/git/linville/wireless-testing.git/commit/?id=12c18c7a3d8f20366424834b20be40f7f3a9e2c2 That is the tree that I have. I will explore more. Larry