Commit 29cb843e authored by Hong Liu's avatar Hong Liu Committed by James Ketrenos

Fixes problem with WEP not working (association succeeds, but no Tx/Rx)

Signed-off-by: default avatarJames Ketrenos <jketreno@linux.intel.com>
parent 392d0f6d
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment