From bcb64bcc12174de00630694c3ac86c34af688ece Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Sun, 30 Dec 2018 22:38:13 -0800 Subject: [PATCH] qcacld-3.0: Remove lim_send_addts_rsp_action_frame() prototype The driver has a lim_send_addts_rsp_action_frame() prototype, but not an implementation. Since the prototype is obsolete, remove it. Change-Id: Ib4e8a6d1d33c1e5d39e9801a883486a12f030f17 CRs-Fixed: 2378324 --- core/mac/src/pe/lim/lim_types.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/mac/src/pe/lim/lim_types.h b/core/mac/src/pe/lim/lim_types.h index 4fbe544edd..a029fd8beb 100644 --- a/core/mac/src/pe/lim/lim_types.h +++ b/core/mac/src/pe/lim/lim_types.h @@ -544,9 +544,6 @@ void lim_send_delts_req_action_frame(struct mac_context *mac, tSirMacAddr peer, struct pe_session *pe_session); void lim_send_addts_req_action_frame(struct mac_context *mac, tSirMacAddr peerMacAddr, tSirAddtsReqInfo *addts, struct pe_session *); -void lim_send_addts_rsp_action_frame(struct mac_context *mac, tSirMacAddr peerMacAddr, - uint16_t statusCode, tSirAddtsReqInfo *addts, - tSirMacScheduleIE *pSchedule, struct pe_session *); void lim_send_assoc_rsp_mgmt_frame(struct mac_context *, uint16_t, uint16_t, tSirMacAddr, uint8_t, tpDphHashNode pSta, struct pe_session *);