mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
Staging: wireless drivers Kconfig change
Change the wireless drivers to depend on CONFIG_WLAN instead of CONFIG_WLAN_80211 which is going away soon. Cc: John W. Linville <linville@tuxdriver.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
2cdf99ce2b
commit
049e62614a
6 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
config OTUS
|
config OTUS
|
||||||
tristate "Atheros OTUS 802.11n USB wireless support"
|
tristate "Atheros OTUS 802.11n USB wireless support"
|
||||||
depends on USB && WLAN_80211 && MAC80211
|
depends on USB && WLAN && MAC80211
|
||||||
default N
|
default N
|
||||||
---help---
|
---help---
|
||||||
Enable support for Atheros 802.11n USB hardware:
|
Enable support for Atheros 802.11n USB hardware:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config RT2860
|
config RT2860
|
||||||
tristate "Ralink 2860 wireless support"
|
tristate "Ralink 2860 wireless support"
|
||||||
depends on PCI && X86 && WLAN_80211
|
depends on PCI && X86 && WLAN
|
||||||
---help---
|
---help---
|
||||||
This is an experimental driver for the Ralink 2860 wireless chip.
|
This is an experimental driver for the Ralink 2860 wireless chip.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config RT2870
|
config RT2870
|
||||||
tristate "Ralink 2870/3070 wireless support"
|
tristate "Ralink 2870/3070 wireless support"
|
||||||
depends on USB && X86 && WLAN_80211
|
depends on USB && X86 && WLAN
|
||||||
---help---
|
---help---
|
||||||
This is an experimental driver for the Ralink xx70 wireless chips.
|
This is an experimental driver for the Ralink xx70 wireless chips.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config RT3090
|
config RT3090
|
||||||
tristate "Ralink 3090 wireless support"
|
tristate "Ralink 3090 wireless support"
|
||||||
depends on PCI && X86 && WLAN_80211
|
depends on PCI && X86 && WLAN
|
||||||
---help---
|
---help---
|
||||||
This is an experimental driver for the Ralink 3090 wireless chip.
|
This is an experimental driver for the Ralink 3090 wireless chip.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
config W35UND
|
config W35UND
|
||||||
tristate "IS89C35 WLAN USB driver"
|
tristate "IS89C35 WLAN USB driver"
|
||||||
depends on MAC80211 && WLAN_80211 && USB && EXPERIMENTAL
|
depends on MAC80211 && WLAN && USB && EXPERIMENTAL
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
This is highly experimental driver for Winbond WIFI card.
|
This is highly experimental driver for Winbond WIFI card.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
config PRISM2_USB
|
config PRISM2_USB
|
||||||
tristate "Prism2.5/3 USB driver"
|
tristate "Prism2.5/3 USB driver"
|
||||||
depends on WLAN_80211 && USB && WIRELESS_EXT
|
depends on WLAN && USB && WIRELESS_EXT
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
This is the wlan-ng prism 2.5/3 USB driver for a wide range of
|
This is the wlan-ng prism 2.5/3 USB driver for a wide range of
|
||||||
|
|
Loading…
Reference in a new issue