From: bruno randolf <bruno@thinktube.com>
To: ath5k-devel@lists.ath5k.org
Cc: "Luis R. Rodriguez" <mcgrof@winlab.rutgers.edu>,
linville@tuxdriver.com, jirislaby@gmail.com,
linux-wireless@vger.kernel.org, johannes@sipsolutions.net
Subject: Re: [ath5k-devel] [PATCH 6/7] ath5k: Use software encryption for now
Date: Tue, 5 Feb 2008 18:47:21 +0900 [thread overview]
Message-ID: <200802051847.21743.bruno@thinktube.com> (raw)
In-Reply-To: <6571fb0f1b7c8435e6306745e6cf71366f306440.1202092325.git.mcgrof@winlab.rutgers.edu>
On Monday 04 February 2008 11:53:20 Luis R. Rodriguez wrote:
> Hardware encryption doesn't work yet so lets use software
> encryption for now.
>
> Changes-licensed-under: 3-Clause-BSD
>
> Signed-off-by: Luis R. Rodriguez <mcgrof@winlab.rutgers.edu>
> ---
> drivers/net/wireless/ath5k/base.c | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/wireless/ath5k/base.c
> b/drivers/net/wireless/ath5k/base.c index bfe6836..ef9655c 100644
> --- a/drivers/net/wireless/ath5k/base.c
> +++ b/drivers/net/wireless/ath5k/base.c
> @@ -2922,7 +2922,9 @@ ath5k_set_key(struct ieee80211_hw *hw, enum
> set_key_cmd cmd,
>
> switch(key->alg) {
> case ALG_WEP:
> - break;
> + /* XXX: fix hardware encryption, its not working. For now
> + * allow software encryption */
> + /* break; */
> case ALG_TKIP:
> case ALG_CCMP:
> return -EOPNOTSUPP;
yep, works for me :)
Acked-by: Bruno Randolf <bruno@thinktube.com>
next prev parent reply other threads:[~2008-02-05 9:47 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-04 2:51 [PATCH 1/7] ath5k: Port to new bitrate/channel API Luis R. Rodriguez
2008-02-04 2:51 ` [PATCH 2/7] ath5k: Cleanup after API changes Luis R. Rodriguez
2008-02-04 2:52 ` [PATCH 3/7] ath5k: ath5k_copy_channels() was not setting the channel band Luis R. Rodriguez
2008-02-04 2:52 ` [PATCH 4/7] ath5k: Use our own Kconfig file, we'll be expanding this shortly Luis R. Rodriguez
2008-02-04 2:52 ` [PATCH 5/7] ath5k: Port debug.c over to the new band API and enable as build option Luis R. Rodriguez
2008-02-05 10:01 ` [ath5k-devel] " bruno randolf
2008-02-05 10:05 ` Jiri Slaby
2008-02-05 10:15 ` Johannes Berg
2008-02-04 2:53 ` [PATCH 6/7] ath5k: Use software encryption for now Luis R. Rodriguez
2008-02-05 9:47 ` bruno randolf [this message]
2008-02-04 2:53 ` [PATCH 7/7] ath5k/phy.c: fix negative array index Luis R. Rodriguez
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=200802051847.21743.bruno@thinktube.com \
--to=bruno@thinktube.com \
--cc=ath5k-devel@lists.ath5k.org \
--cc=jirislaby@gmail.com \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=mcgrof@winlab.rutgers.edu \
/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.