diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-23 22:03:01 +0200 |
---|---|---|
committer | Luciano Coelho <luca@coelho.fi> | 2012-11-16 18:53:00 +0100 |
commit | 99c227e3d9270840884ded780787693fd0b82dde (patch) | |
tree | f9ce565deb390f7678d55708608d36194fce2f29 | |
parent | wlcore: sdio: use platform_device_unregister in wl1271_remove() (diff) | |
download | linux-99c227e3d9270840884ded780787693fd0b82dde.tar.xz linux-99c227e3d9270840884ded780787693fd0b82dde.zip |
drivers/net/wireless/ti/wl1251: remove CONFIG_EXPERIMENTAL
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>
-rw-r--r-- | drivers/net/wireless/ti/wl1251/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wl1251/Kconfig b/drivers/net/wireless/ti/wl1251/Kconfig index 1fb65849414f..8fec4ed36ac2 100644 --- a/drivers/net/wireless/ti/wl1251/Kconfig +++ b/drivers/net/wireless/ti/wl1251/Kconfig @@ -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--- |