All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Schulze <rob@net-pr.de>
To: netdev@vger.kernel.org
Subject: airo maybe should select crypto_aes
Date: Wed, 05 Jul 2006 22:52:43 +0200	[thread overview]
Message-ID: <44AC269B.6000704@net-pr.de> (raw)

Hi,

I first wrote to the linux-pcmcia ML, but they said it wasn't the right 
address for my issue. The driver airo (for Cisco Wlan-Cards) complains 
about "failed to load transform for AES", when it is loaded and 
CRYPTO_AES is not selected in Kconfig.
I've got a patch for that, maybe it's worth it.

with kind regards,
Robert Schulze

--- linux-2.6.17.1/drivers/net/wireless/Kconfig.orig    2006-07-03
17:37:02.000000000 +0200
+++ linux-2.6.17.1/drivers/net/wireless/Kconfig 2006-07-03
17:36:44.000000000 +0200
@@ -419,6 +419,7 @@ config AIRO_CS
          tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
          depends on NET_RADIO && PCMCIA && (BROKEN || !M32R)
          select CRYPTO
+       select CRYPTO_AES
          ---help---
            This is the standard Linux driver to support Cisco/Aironet 
PCMCIA
            802.11 wireless cards.  This driver is the same as the Aironet




             reply	other threads:[~2006-07-05 20:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-05 20:52 Robert Schulze [this message]
2006-07-08  4:37 ` airo maybe should select crypto_aes Herbert Xu
2006-07-08 11:37   ` Robert Schulze

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=44AC269B.6000704@net-pr.de \
    --to=rob@net-pr.de \
    --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.