Browse Source

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
Jeff Johnson 6 years ago
parent
commit
bcb64bcc12
1 changed files with 0 additions and 3 deletions
  1. 0 3
      core/mac/src/pe/lim/lim_types.h

+ 0 - 3
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 *);