diff options
author | Holger Schurig <hs4233@mail.mn-solutions.de> | 2008-03-26 12:56:26 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-04-01 17:13:17 -0400 |
commit | 04850a47aa7d03cbf651a91262fdaa9f18373dfc (patch) | |
tree | 2cfb6ef447bdae044bc049cae89dd331ebbd0833 /drivers/net/wireless/Kconfig | |
parent | f539f2efe9fdf9e7db2022a757190858576d34fd (diff) |
libertas: don't depend on IEEE80211
Runtime-wise we only need escape_ssid from the deprecated IEEE80211
subsystem. However, it's easy to provide our own copy.
Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Acked-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r-- | drivers/net/wireless/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 9cba8ea58ca8..3c8cf682e9bd 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -271,7 +271,6 @@ config LIBERTAS | |||
271 | tristate "Marvell 8xxx Libertas WLAN driver support" | 271 | tristate "Marvell 8xxx Libertas WLAN driver support" |
272 | depends on WLAN_80211 | 272 | depends on WLAN_80211 |
273 | select WIRELESS_EXT | 273 | select WIRELESS_EXT |
274 | select IEEE80211 | ||
275 | select FW_LOADER | 274 | select FW_LOADER |
276 | ---help--- | 275 | ---help--- |
277 | A library for Marvell Libertas 8xxx devices. | 276 | A library for Marvell Libertas 8xxx devices. |