From patchwork Thu Aug 27 15:24:23 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?G=C3=A1bor_Stefanik?= X-Patchwork-Id: 44278 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n7RFORZ7005655 for ; Thu, 27 Aug 2009 15:24:27 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752035AbZH0PYX (ORCPT ); Thu, 27 Aug 2009 11:24:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752032AbZH0PYX (ORCPT ); Thu, 27 Aug 2009 11:24:23 -0400 Received: from mail-ew0-f206.google.com ([209.85.219.206]:63407 "EHLO mail-ew0-f206.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751850AbZH0PYX (ORCPT ); Thu, 27 Aug 2009 11:24:23 -0400 Received: by mail-ew0-f206.google.com with SMTP id 2so1299828ewy.17 for ; Thu, 27 Aug 2009 08:24:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:content-type :content-transfer-encoding; bh=8bJgGiZES2zP//7jxjuUbnx4riRhnD5gVtZnZe5mK/4=; b=A43UbkJ8CvkCnJBQq3wZbUI/lZCKFMEUjz12MqJMeduh7VIVepxHkYcCC/C1CmpnFy QWIA1sD2xQnLg4Jcy0/po+AJtRtBs/Wrhshse8+V00jZ9NWgTGkihQNMLC40L4+XYfoq HJbw+9EXJ29y7MzrTXbCJ3V+0jCID+BQKlCXw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; b=kaHjRTluBQCqB9oZ0n+RLj+noMLtPyQFViMuXg8K5KjbcdoXzLufPKqvfGUjLW7FdZ bRv9whuBJrFfvy0q5FuNFzGGwOK9FhU9xq8LeIumx3ayHt31u1m2sLHTi8Vdi90pQGJW H5o2Y1U/34gqHPDmu2iqflvOfns/0hKGyZhq0= Received: by 10.216.88.209 with SMTP id a59mr1887253wef.50.1251386664872; Thu, 27 Aug 2009 08:24:24 -0700 (PDT) Received: from ?192.168.1.3? (pool-04a14.externet.hu [88.209.246.19]) by mx.google.com with ESMTPS id 7sm12088eyg.0.2009.08.27.08.24.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 27 Aug 2009 08:24:24 -0700 (PDT) Message-ID: <4A96A527.5040605@gmail.com> Date: Thu, 27 Aug 2009 17:24:23 +0200 From: =?UTF-8?B?R8OhYm9yIFN0ZWZhbmlr?= User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: John Linville , Michael Buesch , Larry Finger , Mark Huijgen CC: Broadcom Wireless , linux-wireless Subject: [PATCH v2] b43: Enable LP-PHY support by default and remove Kconfig warning Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org The most common LP-PHY device, BCM4312, is now fully functional. So, no need to say "probably won't work for you" anymore. It's also not "for debuggers and developers only", as it is perfectly usable for end-users now (at least for BCM4312). Signed-off-by: Gábor Stefanik --- This replaces the "remove scary message" patch. V2: Fix pastebin damage. drivers/net/wireless/b43/Kconfig | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index 237b1aa..2af3b35 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig @@ -82,15 +82,13 @@ config B43_NPHY config B43_PHY_LP bool "Support for low-power (LP-PHY) devices (EXPERIMENTAL)" depends on B43 && EXPERIMENTAL + default y ---help--- Support for the LP-PHY. The LP-PHY is a low-power PHY built into some notebooks and embedded devices. It supports 802.11a/g (802.11a support is optional, and currently disabled). - This is heavily experimental, and probably will not work for you. - Say N unless you want to help debug the driver. - # This config option automatically enables b43 LEDS support, # if it's possible. config B43_LEDS