qcacmn: Add WMI_PEER_CONFIG_VLAN_CMDID support for vlan config
Add WMI_PEER_CONFIG_VLAN_CMDID support for to vlan configuration to FW. Change-Id: I2f6d15448bb9b2568bdafa21a2c9bca94a915622 CRs-Fixed: 3478611
This commit is contained in:

committed by
Rahul Choudhary

parent
0240a195f9
commit
794da8760c
@@ -125,6 +125,17 @@ QDF_STATUS
|
||||
wmi_extract_vdev_stopped_param(struct wmi_unified *wmi_handle, void *evt_buf,
|
||||
uint32_t *vdev_id);
|
||||
|
||||
/**
|
||||
* wmi_send_peer_vlan_config() - send peer vlan configuration
|
||||
* @wmi_handle: wmi handle
|
||||
* @mac_addr: mac address of the peer
|
||||
* @param: vlan parameter
|
||||
*/
|
||||
QDF_STATUS
|
||||
wmi_send_peer_vlan_config(struct wmi_unified *wmi_handle,
|
||||
uint8_t *mac_addr,
|
||||
struct peer_vlan_config_param param);
|
||||
|
||||
/**
|
||||
* wmi_extract_vdev_delete_resp() - extract vdev delete response
|
||||
* @wmi_handle: wmi handle
|
||||
|
Reference in New Issue
Block a user