From d446afc16413f67dd23cbaeeb0ba5d097732c5e1 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Sun, 22 Jul 2018 14:53:30 -0700 Subject: [PATCH] qcacmn: Remove struct extended_caps struct extended_caps is unused, so remove it. Change-Id: I96fd072b7d6b58a9c237165fcba7ed8c8da0eae3 CRs-Fixed: 2289156 --- .../inc/wlan_policy_mgr_public_struct.h | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/umac/cmn_services/policy_mgr/inc/wlan_policy_mgr_public_struct.h b/umac/cmn_services/policy_mgr/inc/wlan_policy_mgr_public_struct.h index 448f7b0532..5cce4910d4 100644 --- a/umac/cmn_services/policy_mgr/inc/wlan_policy_mgr_public_struct.h +++ b/umac/cmn_services/policy_mgr/inc/wlan_policy_mgr_public_struct.h @@ -994,23 +994,6 @@ struct dbs_hw_mode_info { uint32_t *hw_mode_list; }; -/** - * struct extended_caps - new extended caps given by firmware - * @num_hw_modes: number of hardware modes for current SOC - * @each_hw_mode_cap: hw mode id to phy id mapping - * @each_phy_cap_per_hwmode: PHY's caps for each hw mode - * @num_phy_for_hal_reg_cap: number of phy for hal reg cap - * @hw_mode_to_mac_cap_map: map between hw_mode to capabilities - */ -struct extended_caps { - WMI_SOC_MAC_PHY_HW_MODE_CAPS num_hw_modes; - WMI_HW_MODE_CAPABILITIES *each_hw_mode_cap; - WMI_MAC_PHY_CAPABILITIES *each_phy_cap_per_hwmode; - WMI_SOC_HAL_REG_CAPABILITIES num_phy_for_hal_reg_cap; - WMI_HAL_REG_CAPABILITIES_EXT *each_phy_hal_reg_cap; - struct hw_mode_idx_to_mac_cap_idx *hw_mode_to_mac_cap_map; -}; - /** * struct dual_mac_config - Dual MAC configurations * @prev_scan_config: Previous scan configuration