public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: Alistair John Strachan <s0348365@sms.ed.ac.uk>
Cc: Zhu Yi <yi.zhu@intel.com>, LKML <linux-kernel@vger.kernel.org>,
	jketreno@linux.intel.com
Subject: Re: 2.6.19-rc2: ieee80211/ipw2200 regression
Date: Mon, 23 Oct 2006 17:45:40 +0200	[thread overview]
Message-ID: <453CE3A4.7030003@trash.net> (raw)
In-Reply-To: <200610231635.49869.s0348365@sms.ed.ac.uk>

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]

Alistair John Strachan wrote:
> Tried compiling as a module too and the ieee80211 system doesn't load arc4.ko 
> before bailing out. If I reboot, load it myself and try again, it still 
> doesn't work.
> 

Do you have CONFIG_CRYPTO_ECB enabled? I think this patch is needed.

Signed-off-by: Patrick McHardy <kaber@trash.net>

[-- Attachment #2: x --]
[-- Type: text/plain, Size: 356 bytes --]

diff --git a/net/ieee80211/Kconfig b/net/ieee80211/Kconfig
index f7e84e9..dbf55d3 100644
--- a/net/ieee80211/Kconfig
+++ b/net/ieee80211/Kconfig
@@ -32,6 +32,7 @@ config IEEE80211_CRYPT_WEP
 	depends on IEEE80211
 	select CRYPTO
 	select CRYPTO_ARC4
+	select CRYPTO_ECB
 	select CRC32
 	---help---
 	Include software based cipher suites in support of IEEE

  reply	other threads:[~2006-10-23 15:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-23  1:44 2.6.19-rc2: ieee80211/ipw2200 regression Alistair John Strachan
2006-10-23  3:42 ` Zhu Yi
2006-10-23 13:22   ` Alistair John Strachan
2006-10-23 13:54     ` Alistair John Strachan
2006-10-23 15:35       ` Alistair John Strachan
2006-10-23 15:45         ` Patrick McHardy [this message]
2006-10-23 15:53           ` Alistair John Strachan
2006-10-23 16:03             ` Alistair John Strachan
2006-10-23 16:09               ` Patrick McHardy
2006-10-23 22:33                 ` Herbert Xu

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=453CE3A4.7030003@trash.net \
    --to=kaber@trash.net \
    --cc=jketreno@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=s0348365@sms.ed.ac.uk \
    --cc=yi.zhu@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox