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
This commit is contained in:
Jeff Johnson
2018-12-30 22:38:13 -08:00
committed by nshrivas
parent c855bbd736
commit bcb64bcc12

View File

@@ -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 *);