Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aaf44a06 authored by Dan Williams's avatar Dan Williams Committed by John W. Linville
Browse files

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: default avatarDan Williams <dcbw@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent a5acc379
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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---