qcacmn: Add support for DFS_PHYERR_OFFLOAD commands

Add support for below wmi commands
WMI_PDEV_DFS_PHYERR_OFFLOAD_ENABLE_CMDID
WMI_PDEV_DFS_PHYERR_OFFLOAD_DISABLE_CMDID

Change-Id: I5cfcfac428ce076d42f186752c967f67ffa1879f
CRs-Fixed: 2017481
This commit is contained in:
Arif Hussain
2017-01-07 18:21:55 -08:00
committed by Sandeep Puligilla
parent 4c4f0dc0d0
commit fc86d5e993
5 changed files with 184 additions and 0 deletions

View File

@@ -1251,6 +1251,10 @@ QDF_STATUS (*extract_peer_delete_response_event)(
bool (*is_management_record)(uint32_t cmd_id);
uint8_t *(*wmi_id_to_name)(uint32_t cmd_id);
QDF_STATUS (*send_dfs_phyerr_offload_en_cmd)(wmi_unified_t wmi_handle,
uint32_t pdev_id);
QDF_STATUS (*send_dfs_phyerr_offload_dis_cmd)(wmi_unified_t wmi_handle,
uint32_t pdev_id);
};
struct target_abi_version {