qcacmn: Add support to send RX filter WMI command to firmware
On the initiator side, Host needs to send WMI_VDEV_ADD_MAC_ADDR_TO_RX_FILTER_CMDID to firmware before sending the PASN Auth frame. Hence, move send_set_mac_addr_rx_filter_cmd_tlv() from wmi_unified_p2p_tlv.c to wmi_unified_tlv.c file. Change-Id: Ia5517dbdd5ec46f611537b12b7046e3a9d859082 CRs-Fixed: 3304909
This commit is contained in:

committed by
Madan Koyyalamudi

parent
2c92bf0c9c
commit
8ba6f73786
@@ -903,6 +903,16 @@ QDF_STATUS
|
||||
wmi_unified_multiple_vdev_param_send(wmi_unified_t wmi_handle,
|
||||
struct set_multiple_pdev_vdev_param *params);
|
||||
|
||||
/**
|
||||
* wmi_unified_set_mac_addr_rx_filter() - set mac addr rx filter cmd
|
||||
* @wmi_handle: wmi handle
|
||||
* @param: Pointer to set mac filter struct
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
|
||||
*/
|
||||
QDF_STATUS
|
||||
wmi_unified_set_mac_addr_rx_filter(wmi_unified_t wmi_handle,
|
||||
struct set_rx_mac_filter *param);
|
||||
/**
|
||||
* wmi_unified_multiple_pdev_param_send() - sends multiple pdev set params
|
||||
* @wmi_handle: handle to WMI.
|
||||
|
Reference in New Issue
Block a user