qcacmn: Add support for multiple vdev set param WMI API
Add support for multi vdev set param WMI API to send vdev param for multiple vaps. Change-Id: If7381f0b242cacff0817e6bdc16606d3d776b48d CRs-Fixed: 2994278
This commit is contained in:

committed by
Madan Koyyalamudi

parent
58023bfff8
commit
b2f8ff4e7f
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2016-2020 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2016-2021 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
|
||||
@@ -63,6 +63,20 @@ QDF_STATUS wmi_unified_send_multiple_vdev_restart_req_cmd(
|
||||
struct wmi_unified *wmi_handle,
|
||||
struct multiple_vdev_restart_params *param);
|
||||
|
||||
/**
|
||||
* wmi_unified_send_multiple_vdev_set_param_cmd() - Send multiple vdev set param
|
||||
* command
|
||||
* @wmi_handle: wmi handle
|
||||
* @param: multiple vdev restart parameter
|
||||
*
|
||||
* Send WMI_PDEV_MULTIPLE_VDEV_SET_PARAM_CMDID parameters to fw.
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS on success, QDF_STATUS_E_** on error
|
||||
*/
|
||||
QDF_STATUS wmi_unified_send_multiple_vdev_set_param_cmd(
|
||||
struct wmi_unified *wmi_handle,
|
||||
struct multiple_vdev_set_param *param);
|
||||
|
||||
/**
|
||||
* wmi_unified_beacon_send_cmd() - WMI beacon send function
|
||||
* @param wmi_handle: handle to WMI.
|
||||
|
Reference in New Issue
Block a user