public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH 1/5] ipw2100: Make ipw2100 depends on known working platforms
@ 2006-12-05  6:40 Zhu Yi
  2006-12-05 10:36 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Zhu Yi @ 2006-12-05  6:40 UTC (permalink / raw)
  To: netdev, John W. Linville


[ Resubmit, if you still don't like it, I'll drop. ]

ipw2100 driver doesn't support big endian by now.

Signed-off-by: Karol Lewandowski <kl@jasmine•eu.org>
Signed-off-by: Zhu Yi <yi.zhu@intel•com>

---

 drivers/net/wireless/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

d664c6332284edba4278a1f3b18b453ef4d39faf
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
index aefa4cb..c2495c5 100644
--- a/drivers/net/wireless/Kconfig
+++ b/drivers/net/wireless/Kconfig
@@ -146,7 +146,7 @@ comment "Wireless 802.11b ISA/PCI cards 
 
 config IPW2100
 	tristate "Intel PRO/Wireless 2100 Network Connection"
-	depends on NET_RADIO && PCI
+	depends on NET_RADIO && PCI && (X86 || X86_64 || IA64 || BROKEN)
 	select FW_LOADER
 	select IEEE80211
 	---help---
-- 
1.2.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-12-05 10:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-05  6:40 [PATCH 1/5] ipw2100: Make ipw2100 depends on known working platforms Zhu Yi
2006-12-05 10:36 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox