From e36b84a85a6d8d36eb0f95f84bbe5a669724aa22 Mon Sep 17 00:00:00 2001 From: Wen Gong Date: Wed, 11 Apr 2018 17:59:03 +0800 Subject: [PATCH] qcacmn: Add DFS master feature flag Add config flag to enable / disable DFS master feature Change-Id: Iddd82dd5f117a4d75fda161f5a531aa7eab25016 CRs-Fixed: 2222557 --- wmi_unified_priv.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wmi_unified_priv.h b/wmi_unified_priv.h index 581b766ccd..d2c01942b9 100644 --- a/wmi_unified_priv.h +++ b/wmi_unified_priv.h @@ -1474,7 +1474,6 @@ QDF_STATUS (*extract_rcpi_response_event)(wmi_unified_t wmi_handle, void *evt_buf, struct rcpi_res *res); -#ifdef DFS_COMPONENT_ENABLE QDF_STATUS (*extract_dfs_cac_complete_event)(wmi_unified_t wmi_handle, uint8_t *evt_buf, uint32_t *vdev_id, @@ -1487,7 +1486,7 @@ QDF_STATUS (*extract_wlan_radar_event_info)(wmi_unified_t wmi_handle, uint8_t *evt_buf, struct radar_event_info *wlan_radar_event, uint32_t len); -#endif + QDF_STATUS (*send_set_country_cmd)(wmi_unified_t wmi_handle, struct set_country *param);