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

Commit 1d14c6f4 authored by Andy Green's avatar Andy Green Committed by Kalle Valo
Browse files

wcn36xx: use new response format for wcn3620 remove_bsskey



On wcn3620, firmware response to remove_bsskey uses the new, larger
"v2" format

Signed-off-by: default avatarAndy Green <andy.green@linaro.org>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 69f66b68
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -1598,7 +1598,8 @@ int wcn36xx_smd_remove_bsskey(struct wcn36xx *wcn,
		wcn36xx_err("Sending hal_remove_bsskey failed\n");
		wcn36xx_err("Sending hal_remove_bsskey failed\n");
		goto out;
		goto out;
	}
	}
	ret = wcn36xx_smd_rsp_status_check(wcn->hal_buf, wcn->hal_rsp_len);
	ret = wcn36xx_smd_rsp_status_check_v2(wcn, wcn->hal_buf,
					      wcn->hal_rsp_len);
	if (ret) {
	if (ret) {
		wcn36xx_err("hal_remove_bsskey response failed err=%d\n", ret);
		wcn36xx_err("hal_remove_bsskey response failed err=%d\n", ret);
		goto out;
		goto out;