commit | e19b813e0c9c5995423dc95b01379c89f188ae70 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Fri Jun 03 18:29:20 2005 +0200 |
committer | Jeff Garzik <jgarzik@pobox.com> | Mon Jun 27 23:12:35 2005 -0400 |
tree | f5f76662cc575cbe0247ab3841b34bcc5586f147 | |
parent | 7c9d4c70b20e165eb11d8aed2b6374377d17f43a [diff] |
[PATCH] ieee80211: fix recursive ipw2200 dependencies 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>