diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-23 16:03:01 -0400 |
---|---|---|
committer | Luciano Coelho <luca@coelho.fi> | 2012-11-16 12:53:00 -0500 |
commit | 99c227e3d9270840884ded780787693fd0b82dde (patch) | |
tree | f9ce565deb390f7678d55708608d36194fce2f29 /drivers | |
parent | 200e932649dc11e4d69545a6b513d012a6492d0d (diff) |
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>
Diffstat (limited to 'drivers')
-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 @@ | |||
1 | menuconfig WL1251 | 1 | menuconfig WL1251 |
2 | tristate "TI wl1251 driver support" | 2 | tristate "TI wl1251 driver support" |
3 | depends on MAC80211 && EXPERIMENTAL && GENERIC_HARDIRQS | 3 | depends on MAC80211 && GENERIC_HARDIRQS |
4 | select FW_LOADER | 4 | select FW_LOADER |
5 | select CRC7 | 5 | select CRC7 |
6 | ---help--- | 6 | ---help--- |