[PATCH] ieee80211: fix recursive ipw2200 dependencies
authorAdrian Bunk <bunk@stusta.de>
Fri, 3 Jun 2005 16:29:20 +0000 (18:29 +0200)
committerJeff Garzik <jgarzik@pobox.com>
Tue, 28 Jun 2005 03:12:35 +0000 (23:12 -0400)
This results in recursive dependencies:
- IPW2200 depends on NET_RADIO
- IPW2200 selects IEEE80211
- IEEE80211 selects NET_RADIO

This patch fixes the IPW2200 dependencies in a way that they are similar
to the IPW2100 dependencies.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jiri Benc <jbenc@suse.cz>
drivers/net/wireless/Kconfig

index 3c81e0f..d20e0da 100644 (file)
@@ -192,9 +192,8 @@ config IPW_DEBUG
 
 config IPW2200
        tristate "Intel PRO/Wireless 2200BG and 2915ABG Network Connection"
-       depends on NET_RADIO && PCI
+       depends on IEEE80211 && PCI
        select FW_LOADER
-       select IEEE80211
        ---help---
           A driver for the Intel PRO/Wireless 2200BG and 2915ABG Network
          Connection adapters.