qcacmn: Enable HW broadcast filter
Add ini to param to enable/disable HW filter for bc (except arp) frame. Change-Id: Ibd8a0543937c2ca749851ba1902c8961b500efa4 CRs-Fixed: 1113550
This commit is contained in:

committed by
Sandeep Puligilla

szülő
4a7fc00160
commit
99f07621b4
@@ -164,6 +164,19 @@ QDF_STATUS wmi_unified_enable_arp_ns_offload_cmd(void *wmi_hdl,
|
||||
struct pmo_ns_offload_params *ns_offload_req,
|
||||
uint8_t vdev_id);
|
||||
|
||||
/**
|
||||
* wmi_unified_configure_broadcast_filter_cmd() - Enable/Disable Broadcast
|
||||
* filter
|
||||
* when target goes to wow suspend/resume mode
|
||||
* @wmi_hdl: wmi handle
|
||||
* @vdev_id: device identifier
|
||||
* @bc_filter: enable/disable Broadcast filter
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
|
||||
*/
|
||||
QDF_STATUS wmi_unified_configure_broadcast_filter_cmd(void *wmi_hdl,
|
||||
uint8_t vdev_id, bool bc_filter);
|
||||
|
||||
/**
|
||||
* wmi_unified_lphb_config_hbenable_cmd() - enable command of LPHB configuration
|
||||
* @wmi_handle: wmi handle
|
||||
|
Reference in New Issue
Block a user