From patchwork Wed Aug 26 19:48:52 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: 44101 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 n7QJnXM4016696 for ; Wed, 26 Aug 2009 19:49:33 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753143AbZHZTsz (ORCPT ); Wed, 26 Aug 2009 15:48:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753115AbZHZTsz (ORCPT ); Wed, 26 Aug 2009 15:48:55 -0400 Received: from gv-out-0910.google.com ([216.239.58.185]:4507 "EHLO gv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753135AbZHZTsz (ORCPT ); Wed, 26 Aug 2009 15:48:55 -0400 Received: by gv-out-0910.google.com with SMTP id r4so5235gve.37 for ; Wed, 26 Aug 2009 12:48:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=hrnboZJpJERA9WcHTSUk2VYrJZL77cXov0fTpWJy62U=; b=XTRmOnaMlUzVhO5tYWuXoTKg/ETtlHk1gukISsAI5ghFp4r5k7+C0lCIpXNmCSTfYk 1dktmyHKRrDzHf1LwNw9gT1+Exu+9yxAWpNMI05JGq00Tvsn6JVHzxiEbG58UsgN5+qJ xkDLq4S91m3tjBxqoY/CCr8blDmMpaNjIKb3Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:mime-version :content-type:content-transfer-encoding; b=RmXbZ4Y0RTEqw8RZvyGD5f3fYzKtOzNzWbZLeBZxF+KfaJR9nsO2pZ0fhiMPRybcWa 7GGgkZmfJgrP1QTUp+SuyDajzaNobxf83VV7q9yGJxrvqEzDibysNlSoKTHYpNXi2aNL upKVFRclUx2CVhgsxAb8nSvf2cM7p3wzCiBjU= Received: by 10.103.48.28 with SMTP id a28mr3753781muk.128.1251316133918; Wed, 26 Aug 2009 12:48:53 -0700 (PDT) Received: from localhost (pool-03f83.externet.hu [88.209.235.130]) by mx.google.com with ESMTPS id u9sm10238540muf.37.2009.08.26.12.48.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 26 Aug 2009 12:48:53 -0700 (PDT) From: =?utf-8?q?G=C3=A1bor=20Stefanik?= To: John Linville , Michael Buesch , Larry Finger , Mark Huijgen Cc: Broadcom Wireless , linux-wireless Subject: [PATCH] b43: Remove scary message from LP-PHY's Kconfig Date: Wed, 26 Aug 2009 21:48:52 +0200 Message-Id: <1251316132-392-1-git-send-email-netrolller.3d@gmail.com> X-Mailer: git-send-email 1.5.6 MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: root Gábor Stefanik 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 should only be applied once the "Qdiv roundup" and the "Fix and update" patches reach the tree, as those 2 patches are needed to make the BCM4312 really work. drivers/net/wireless/b43/Kconfig | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index 87d10c8..1c0999b 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig @@ -88,9 +88,6 @@ config B43_PHY_LP 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