From: Hong Liu Date: Mon, 12 Sep 2005 15:43:33 +0000 (-0500) Subject: Fixes problem with WEP not working (association succeeds, but no Tx/Rx) X-Git-Tag: v2.6.16.28-rc1~2816^2~10^2~14 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=29cb843e6457c45c4a257a0d2080da3fd7fb9d1e;p=karo-tx-linux.git Fixes problem with WEP not working (association succeeds, but no Tx/Rx) Signed-off-by: James Ketrenos --- diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c index 43dab7a5cc91..217b6579e901 100644 --- a/drivers/net/wireless/ipw2200.c +++ b/drivers/net/wireless/ipw2200.c @@ -5789,6 +5789,8 @@ static void ipw_set_hwcrypto_keys(struct ipw_priv *priv) break; case SEC_LEVEL_1: ipw_send_wep_keys(priv, DCW_WEP_KEY_SEC_TYPE_WEP); + ipw_set_hw_decrypt_unicast(priv, priv->ieee->sec.level); + ipw_set_hw_decrypt_multicast(priv, priv->ieee->sec.level); break; case SEC_LEVEL_0: default: