mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 13:46:24 +00:00
libertas: select WIRELESS_EXT
Ensure that libertas selects WIRELESS_EXT, since selecting other stuff that should depend on WEXT, like IEEE80211, doesn't seem to drag that in for us. Signed-off-by: Dan Williams <dcbw@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
a5acc379e5
commit
aaf44a06b7
1 changed files with 1 additions and 0 deletions
|
@ -264,6 +264,7 @@ config IPW2200_DEBUG
|
||||||
config LIBERTAS
|
config LIBERTAS
|
||||||
tristate "Marvell 8xxx Libertas WLAN driver support"
|
tristate "Marvell 8xxx Libertas WLAN driver support"
|
||||||
depends on WLAN_80211
|
depends on WLAN_80211
|
||||||
|
select WIRELESS_EXT
|
||||||
select IEEE80211
|
select IEEE80211
|
||||||
select FW_LOADER
|
select FW_LOADER
|
||||||
---help---
|
---help---
|
||||||
|
|
Loading…
Reference in a new issue