lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 5 Dec 2006 14:40:52 +0800
From:	Zhu Yi <yi.zhu@...el.com>
To:	netdev@...r.kernel.org, "John W. Linville" <linville@...driver.com>
Subject: [PATCH 1/5] ipw2100: Make ipw2100 depends on known working platforms


[ 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@...mine.eu.org>
Signed-off-by: Zhu Yi <yi.zhu@...el.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
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ