|
@@ -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;
|