qcacmn: Support multivdev restart response handling
Add WMI change to support consolidated multi vdev restart response handling. Change-Id: I54e90af15f52204a28b85b4506ad2fb99930de3b CRs-Fixed: 2593340
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2016-2019 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2016-2020 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -155,3 +155,15 @@ QDF_STATUS wmi_unified_vdev_set_neighbour_rx_cmd_send(
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
QDF_STATUS wmi_extract_multi_vdev_restart_resp_event(
|
||||
struct wmi_unified *wmi_handle,
|
||||
void *evt_buf,
|
||||
struct multi_vdev_restart_resp *restart_rsp)
|
||||
{
|
||||
if (wmi_handle->ops->extract_multi_vdev_restart_resp_event)
|
||||
return wmi_handle->ops->extract_multi_vdev_restart_resp_event(
|
||||
wmi_handle, evt_buf, restart_rsp);
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user