diff options
author | John W. Linville <linville@tuxdriver.com> | 2009-10-28 20:29:30 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-30 20:50:35 (GMT) |
commit | 133d7c6a504c672011ebc24b26e05b15f7410c07 (patch) | |
tree | d4ffe834b2ad75ccceb1afe4d4e1338d4c0fe9c2 /drivers/net/wireless/b43 | |
parent | 4b5783549730da21d88b41dce9a2b738afa44abc (diff) | |
download | linux-133d7c6a504c672011ebc24b26e05b15f7410c07.tar.xz |
wireless: remove WLAN_80211 and WLAN_PRE80211 from Kconfig
With the WLAN_PRE80211 drivers moved to drivers/staging, this
distinction becomes unnecessary.
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43')
-rw-r--r-- | drivers/net/wireless/b43/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index 54ea61c..64c12e1 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig @@ -1,6 +1,6 @@ config B43 tristate "Broadcom 43xx wireless support (mac80211 stack)" - depends on SSB_POSSIBLE && MAC80211 && WLAN_80211 && HAS_DMA + depends on SSB_POSSIBLE && MAC80211 && HAS_DMA select SSB select FW_LOADER ---help--- |