Forráskód Böngészése

qcacmn: Fix mcast cipher for WEP

Fix the param pass to get mcast cipher for WEP.

Change-Id: I25c24d86ffae7d0e4e03d1bf7a9457321a5de9d1
CRs-Fixed: 2859770
Abhishek Singh 4 éve
szülő
commit
47108a8af2
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      os_if/linux/mlme/src/osif_cm_req.c

+ 2 - 1
os_if/linux/mlme/src/osif_cm_req.c

@@ -128,7 +128,8 @@ QDF_STATUS osif_cm_set_crypto_params(struct wlan_cm_connect_req *connect_req,
 	osif_cm_set_auth_type(connect_req, req);
 
 	if (req->crypto.cipher_group)
-		cipher = osif_nl_to_crypto_cipher_type(cipher);
+		cipher =
+			osif_nl_to_crypto_cipher_type(req->crypto.cipher_group);
 
 	QDF_SET_PARAM(connect_req->crypto.group_cipher, cipher);