From: Adrian Bunk <bunk@stusta.de>
To: Andrew Morton <akpm@osdl.org>, jkmaline@cc.hut.fi, jgarzik@pobox.com
Cc: linux-kernel@vger.kernel.org, hostap@shmoo.com, netdev@oss.sgi.com
Subject: [-mm patch] fix recursive IPW2200 dependencies
Date: Thu, 2 Jun 2005 22:07:02 +0200 [thread overview]
Message-ID: <20050602200701.GG4992@stusta.de> (raw)
In-Reply-To: <20050601022824.33c8206e.akpm@osdl.org>
On Wed, Jun 01, 2005 at 02:28:24AM -0700, Andrew Morton wrote:
>...
> Changes since 2.6.12-rc5-mm1:
>...
> +git-netdev-we18-ieee80211-wifi.patch
>
> Various things added and merged in netdev land.
>...
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>
--- linux-2.6.12-rc5-mm2-full/drivers/net/wireless/Kconfig.old 2005-06-02 22:04:02.000000000 +0200
+++ linux-2.6.12-rc5-mm2-full/drivers/net/wireless/Kconfig 2005-06-02 22:04:40.000000000 +0200
@@ -192,9 +192,8 @@
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.
next prev parent reply other threads:[~2005-06-02 20:13 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-01 9:28 2.6.12-rc5-mm2 Andrew Morton
2005-06-01 9:54 ` 2.6.12-rc5-mm2 Michal Schmidt
2005-06-01 12:22 ` 2.6.12-rc5-mm2 Stefano Rivoir
2005-06-01 21:53 ` 2.6.12-rc5-mm2 Dave Airlie
2005-06-01 14:02 ` 2.6.12-rc5-mm2 Pavel Machek
2005-06-01 15:04 ` 2.6.12-rc5-mm2 Matthias Urlichs
2005-06-03 10:12 ` 2.6.12-rc5-mm2 Pavel Machek
2005-06-05 19:20 ` 2.6.12-rc5-mm2 Matthias Urlichs
2005-06-01 16:48 ` 2.6.12-rc5-mm2 William Lee Irwin III
2005-06-01 23:47 ` 2.6.12-rc5-mm2 Matthew Dobson
2005-06-02 12:15 ` 2.6.12-rc5-mm2: "bic unavailable using TCP reno" messages Adrian Bunk
2005-06-02 13:58 ` Baruch Even
2005-06-02 17:38 ` Stephen Hemminger
2005-06-02 20:38 ` Adrian Bunk
2005-06-03 21:37 ` Stephen Hemminger
2005-06-03 22:32 ` Baruch Even
2005-06-02 20:07 ` Adrian Bunk [this message]
2005-06-02 20:19 ` [-mm patch] fix recursive IPW2200 dependencies Alejandro Bonilla
2005-06-02 20:54 ` 2.6.12-rc5-mm2 Adrian Bunk
2005-06-03 21:19 ` 2.6.12-rc5-mm2 Yani Ioannou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050602200701.GG4992@stusta.de \
--to=bunk@stusta.de \
--cc=akpm@osdl.org \
--cc=hostap@shmoo.com \
--cc=jgarzik@pobox.com \
--cc=jkmaline@cc.hut.fi \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.