diff mbox

b43: Remove EXPERIMENTAL designation from LP PHY selection

Message ID 4e3431a3.okCWfww1KPoiQhgM%Larry.Finger@lwfinger.net (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Larry Finger July 30, 2011, 4:30 p.m. UTC
Since kernel 3.0, the problems with controlling b43 devices that have
low-power (LP) PHYs have been fixed and the EXPERIMENTAL designation
can be fixed.

This patch also fixes a typo as the device supports 802.11b communications.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
---

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Rafał Miłecki July 30, 2011, 11:44 p.m. UTC | #1
2011/7/30 Larry Finger <Larry.Finger@lwfinger.net>:
> Since kernel 3.0, the problems with controlling b43 devices that have
> low-power (LP) PHYs have been fixed and the EXPERIMENTAL designation
> can be fixed.
>
> This patch also fixes a typo as the device supports 802.11b communications.
>
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
> ---
>
> Index: wireless-testing-new/drivers/net/wireless/b43/Kconfig
> ===================================================================
> --- wireless-testing-new.orig/drivers/net/wireless/b43/Kconfig
> +++ wireless-testing-new/drivers/net/wireless/b43/Kconfig
> @@ -114,13 +114,13 @@ config B43_PHY_N
>          affect other devices support and may provide support for basic needs.
>
>  config B43_PHY_LP
> -       bool "Support for low-power (LP-PHY) devices (EXPERIMENTAL)"
> -       depends on B43 && EXPERIMENTAL
> +       bool "Support for low-power (LP-PHY) devices"
> +       depends on B43
>        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
> +         and embedded devices. It supports 802.11a/b/g
>          (802.11a support is optional, and currently disabled).
>
>  config B43_PHY_HT

Acked-by: Rafa? Mi?ecki <zajec5@gmail.com>

(using text/plain this time)
diff mbox

Patch

Index: wireless-testing-new/drivers/net/wireless/b43/Kconfig
===================================================================
--- wireless-testing-new.orig/drivers/net/wireless/b43/Kconfig
+++ wireless-testing-new/drivers/net/wireless/b43/Kconfig
@@ -114,13 +114,13 @@  config B43_PHY_N
 	  affect other devices support and may provide support for basic needs.
 
 config B43_PHY_LP
-	bool "Support for low-power (LP-PHY) devices (EXPERIMENTAL)"
-	depends on B43 && EXPERIMENTAL
+	bool "Support for low-power (LP-PHY) devices"
+	depends on B43
 	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
+	  and embedded devices. It supports 802.11a/b/g
 	  (802.11a support is optional, and currently disabled).
 
 config B43_PHY_HT