drivers/net/wireless/ti/wl1251: remove CONFIG_EXPERIMENTAL
authorKees Cook <keescook@chromium.org>
Tue, 23 Oct 2012 20:03:01 +0000 (13:03 -0700)
committerLuciano Coelho <luca@coelho.fi>
Fri, 16 Nov 2012 17:53:00 +0000 (19:53 +0200)
This config item has not carried much meaning for a while now and is
almost always enabled by default. As agreed during the Linux kernel
summit, remove it.

CC: Luciano Coelho <coelho@ti.com>
CC: "John W. Linville" <linville@tuxdriver.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Luciano Coelho <luca@coelho.fi>
drivers/net/wireless/ti/wl1251/Kconfig

index 1fb65849414f347899b40bb8fcb26c212a121d1e..8fec4ed36ac2ecae7824d00e6e79aa5b5b5880c0 100644 (file)
@@ -1,6 +1,6 @@
 menuconfig WL1251
        tristate "TI wl1251 driver support"
-       depends on MAC80211 && EXPERIMENTAL && GENERIC_HARDIRQS
+       depends on MAC80211 && GENERIC_HARDIRQS
        select FW_LOADER
        select CRC7
        ---help---
This page took 0.025074 seconds and 5 git commands to generate.