From 46bb430a7c6cb5c81be63023b91fc3a9edee8c02 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Sat, 29 Dec 2018 20:52:56 -0800 Subject: [PATCH] qcacld-3.0: Remove lim_p2p_action_cnf() prototype Change I64d0b71853004679ae694bcd6ca7a2f2347adc84 ("qcacld-3.0: Remove legacy P2P codes in MAC") removed the implementation of lim_p2p_action_cnf(). However it left the prototype, so remove it as well. Change-Id: I9586624c2353ab675ba540771335e5b68ce527bf CRs-Fixed: 2376113 --- core/mac/src/pe/lim/lim_utils.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/core/mac/src/pe/lim/lim_utils.h b/core/mac/src/pe/lim/lim_utils.h index 22de2b5866583..a9e8605737bc8 100644 --- a/core/mac/src/pe/lim/lim_utils.h +++ b/core/mac/src/pe/lim/lim_utils.h @@ -870,19 +870,6 @@ static inline void lim_deactivate_and_change_timer_host_roam( bool lim_is_robust_mgmt_action_frame(uint8_t action_category); uint8_t lim_compute_ext_cap_ie_length(tDot11fIEExtCap *ext_cap); -/** - * lim_p2p_action_cnf() - callback to indicate Tx completion - * @mac_ctx: pointer to mac structure - * @buf: buffer - * @tx_complete_success: indicates tx success/failure - * @params: tx completion params - * - * function will be invoked on receiving tx completion indication - * - * return: success: eHAL_STATUS_SUCCESS failure: eHAL_STATUS_FAILURE - */ -QDF_STATUS lim_p2p_action_cnf(void *mac_ctx, qdf_nbuf_t buf, - uint32_t tx_complete_success, void *params); void lim_update_caps_info_for_bss(struct mac_context *mac_ctx, uint16_t *caps, uint16_t bss_caps); void lim_send_set_dtim_period(struct mac_context *mac_ctx, uint8_t dtim_period,