Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 392d0f6d
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -5789,6 +5789,8 @@ static void ipw_set_hwcrypto_keys(struct ipw_priv *priv)
		break;
		break;
	case SEC_LEVEL_1:
	case SEC_LEVEL_1:
		ipw_send_wep_keys(priv, DCW_WEP_KEY_SEC_TYPE_WEP);
		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;
		break;
	case SEC_LEVEL_0:
	case SEC_LEVEL_0:
	default:
	default: