qcacmn: Add WMI layer functionality for MGMT Rx REO filter config command
WMI_MGMT_RX_REO_FILTER_CONFIGURATION_CMD is used to the configure re-order criterion for incoming management frames. Add WMI layer support for the same command. Change-Id: If1498fd4fbccd86e7d54d9eac268868b36523d06 CRs-Fixed: 2960472
This commit is contained in:

committed by
Madan Koyyalamudi

parent
361f45dd82
commit
57543be336
@@ -2646,6 +2646,11 @@ QDF_STATUS (*extract_mgmt_rx_fw_consumed)(wmi_unified_t wmi_handle,
|
||||
QDF_STATUS (*extract_mgmt_rx_reo_params)(wmi_unified_t wmi_handle,
|
||||
void *evt_buf,
|
||||
struct mgmt_rx_reo_params *params);
|
||||
|
||||
QDF_STATUS (*send_mgmt_rx_reo_filter_config_cmd)(
|
||||
wmi_unified_t wmi_handle,
|
||||
uint8_t pdev_id,
|
||||
struct mgmt_rx_reo_filter *filter);
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user