diff mbox

b43: Remove scary message from LP-PHY's Kconfig

Message ID 1251316132-392-1-git-send-email-netrolller.3d@gmail.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Gábor Stefanik Aug. 26, 2009, 7:48 p.m. UTC
From: root Gábor Stefanik <netrolller.3d@gmail.com>

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 <netrolller.3d@gmail.com>
---
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(-)

Comments

Michael Buesch Aug. 26, 2009, 8:47 p.m. UTC | #1
On Wednesday 26 August 2009 21:48:52 Gábor Stefanik wrote:
> From: root Gábor Stefanik <netrolller.3d@gmail.com>
> 
> 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).

Please also add
default y

> 
> Signed-off-by: Gábor Stefanik <netrolller.3d@gmail.com>
> ---
> 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
Kalle Valo Aug. 27, 2009, 12:22 p.m. UTC | #2
Gábor Stefanik <netrolller.3d@gmail.com> writes:

> From: root Gábor Stefanik <netrolller.3d@gmail.com>

You have extra "root" word here. You really like sudo ;)
diff mbox

Patch

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