git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c9d4c7
)
[PATCH] ieee80211: fix recursive ipw2200 dependencies
author
Adrian Bunk
<bunk@stusta.de>
Fri, 3 Jun 2005 16:29:20 +0000
(18:29 +0200)
committer
Jeff 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>
No differences found