All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhu Yi <yi.zhu@intel.com>
To: netdev@vger.kernel.org, "John W. Linville" <linville@tuxdriver.com>
Subject: [PATCH 06/14] ipw2100: Make ipw2100 depends on known working platforms
Date: Mon, 21 Aug 2006 11:37:49 +0800	[thread overview]
Message-ID: <20060821033748.GA5371@mail.intel.com> (raw)

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(-)

97b35942893f7999dadcd18d8801ac460f65ce67
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
index a8ffd78..513bfc3 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

             reply	other threads:[~2006-08-21  3:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-21  3:37 Zhu Yi [this message]
2006-08-21  9:52 ` [PATCH 06/14] ipw2100: Make ipw2100 depends on known working platforms Christoph Hellwig
2006-08-22  4:50   ` Zhu Yi
2006-08-22  9:11     ` Christoph Hellwig

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=20060821033748.GA5371@mail.intel.com \
    --to=yi.zhu@intel.com \
    --cc=linville@tuxdriver.com \
    --cc=netdev@vger.kernel.org \
    /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.