diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-11-15 18:05:20 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-11-16 14:29:08 -0500 |
commit | 85240818e453e676642bb728a355d0c920229193 (patch) | |
tree | 0a4cb044856a5adc6e8e24d0440a4dd355730756 /drivers | |
parent | ccd953694bf9ce4639fa4d8bdb8a2a297315816f (diff) |
mwifiex: don't select lib80211
The driver doesn't use any lib80211 symbols
so it shouldn't select it in Kconfig.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Acked-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/mwifiex/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/Kconfig b/drivers/net/wireless/mwifiex/Kconfig index 8e384fae3e68..b2e27723f801 100644 --- a/drivers/net/wireless/mwifiex/Kconfig +++ b/drivers/net/wireless/mwifiex/Kconfig | |||
@@ -1,7 +1,6 @@ | |||
1 | config MWIFIEX | 1 | config MWIFIEX |
2 | tristate "Marvell WiFi-Ex Driver" | 2 | tristate "Marvell WiFi-Ex Driver" |
3 | depends on CFG80211 | 3 | depends on CFG80211 |
4 | select LIB80211 | ||
5 | ---help--- | 4 | ---help--- |
6 | This adds support for wireless adapters based on Marvell | 5 | This adds support for wireless adapters based on Marvell |
7 | 802.11n chipsets. | 6 | 802.11n chipsets. |