Commit 4ddc1651 authored by Jan Niehusmann's avatar Jan Niehusmann Committed by John W. Linville

[PATCH] let IPW2{1,2}00 select IEEE80211

This patch makes the IPW2100 and IPW2200 options available in
the configuration menu even if IEEE80211 has not been selected before.
This behaviour is more intuitive for people which are not familiar with
the driver internals.
The suggestion for this change was made by Alejandro Bonilla Beeche.
Signed-off-by: default avatarJan Niehusmann <jan@gondor.com>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 5b69e69d
...@@ -136,8 +136,9 @@ comment "Wireless 802.11b ISA/PCI cards support" ...@@ -136,8 +136,9 @@ comment "Wireless 802.11b ISA/PCI cards support"
config IPW2100 config IPW2100
tristate "Intel PRO/Wireless 2100 Network Connection" tristate "Intel PRO/Wireless 2100 Network Connection"
depends on NET_RADIO && PCI && IEEE80211 depends on NET_RADIO && PCI
select FW_LOADER select FW_LOADER
select IEEE80211
---help--- ---help---
A driver for the Intel PRO/Wireless 2100 Network A driver for the Intel PRO/Wireless 2100 Network
Connection 802.11b wireless network adapter. Connection 802.11b wireless network adapter.
...@@ -189,8 +190,9 @@ config IPW2100_DEBUG ...@@ -189,8 +190,9 @@ config IPW2100_DEBUG
config IPW2200 config IPW2200
tristate "Intel PRO/Wireless 2200BG and 2915ABG Network Connection" tristate "Intel PRO/Wireless 2200BG and 2915ABG Network Connection"
depends on NET_RADIO && IEEE80211 && PCI depends on NET_RADIO && PCI
select FW_LOADER select FW_LOADER
select IEEE80211
---help--- ---help---
A driver for the Intel PRO/Wireless 2200BG and 2915ABG Network A driver for the Intel PRO/Wireless 2200BG and 2915ABG Network
Connection adapters. Connection adapters.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment