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 <[EMAIL PROTECTED]>
> ---
> 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;
hi luis!
does this actually work for you?
(i still can't use WEP here, seems like a header padding problem (maybe?))
greetings,
bruno
_______________________________________________
ath5k-devel mailing list
[email protected]
https://lists.ath5k.org/mailman/listinfo/ath5k-devel