From fc960c0f9f4821e65be4cfd5910a5cd7dc1f068e Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Tue, 3 Jan 2023 18:43:54 -0800 Subject: [PATCH] qcacmn: Remove orphan DP IPA prototypes The original DP IPA implementation included some function prototypes for which there were no associated function implementations. Since these are pointless, remove these orphan prototypes: dp_ipa_uc_set_active() dp_ipa_remove_header() dp_ipa_add_header_info() dp_ipa_register_interface() Change-Id: Ic085d456b860dc921b0e576f33702dd11550febb CRs-Fixed: 3372067 --- dp/wifi3.0/dp_ipa.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/dp/wifi3.0/dp_ipa.h b/dp/wifi3.0/dp_ipa.h index 76a04d565f..db534711dd 100644 --- a/dp/wifi3.0/dp_ipa.h +++ b/dp/wifi3.0/dp_ipa.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2017-2021, The Linux Foundation. All rights reserved. - * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -143,9 +143,6 @@ QDF_STATUS dp_ipa_set_doorbell_paddr(struct cdp_soc_t *soc_hdl, QDF_STATUS dp_ipa_iounmap_doorbell_vaddr(struct cdp_soc_t *soc_hdl, uint8_t pdev_id); -QDF_STATUS dp_ipa_uc_set_active(struct cdp_soc_t *soc_hdl, uint8_t pdev_id, - bool uc_active, bool is_tx); - /** * dp_ipa_op_response() - Handle OP command response from firmware * @soc_hdl - data path soc handle @@ -278,10 +275,6 @@ QDF_STATUS dp_ipa_setup(struct cdp_soc_t *soc_hdl, uint8_t pdev_id, QDF_STATUS dp_ipa_cleanup(struct cdp_soc_t *soc_hdl, uint8_t pdev_id, uint32_t tx_pipe_handle, uint32_t rx_pipe_handle, qdf_ipa_wdi_hdl_t hdl); -QDF_STATUS dp_ipa_remove_header(char *name); -int dp_ipa_add_header_info(char *ifname, uint8_t *mac_addr, - uint8_t session_id, bool is_ipv6_enabled); -int dp_ipa_register_interface(char *ifname, bool is_ipv6_enabled); QDF_STATUS dp_ipa_setup_iface(char *ifname, uint8_t *mac_addr, qdf_ipa_client_type_t prod_client, qdf_ipa_client_type_t cons_client,