Browse Source

qcacld-3.0: Remove lim_send_sme_stats_rsp() prototype

The lim_send_sme_stats_rsp() prototype has no corresponding
implementation. Since it is obsolete, remove it.

Change-Id: Iaa447a1bcebe9422294419be6eeaf4aa00126cc8
CRs-Fixed: 2376125
Jeff Johnson 6 years ago
parent
commit
dd56493680
1 changed files with 2 additions and 4 deletions
  1. 2 4
      core/mac/src/pe/lim/lim_send_sme_rsp_messages.h

+ 2 - 4
core/mac/src/pe/lim/lim_send_sme_rsp_messages.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2019 The Linux Foundation. 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
@@ -84,12 +84,10 @@ void lim_send_sme_addts_rsp(struct mac_context *mac,
 			    uint8_t smesessionId, uint16_t smetransactionId);
 void lim_send_sme_delts_rsp(struct mac_context *mac, tpSirDeltsReq delts,
 			    uint32_t status, struct pe_session *pe_session,
-			    uint8_t smessionId, uint16_t smetransactionId);
+			    uint8_t smesessionId, uint16_t smetransactionId);
 void lim_send_sme_delts_ind(struct mac_context *mac,
 			    struct delts_req_info *delts,
 			    uint16_t aid, struct pe_session *);
-void lim_send_sme_stats_rsp(struct mac_context *mac, uint16_t msgtype,
-			    void *stats);
 
 #ifdef QCA_SUPPORT_CP_STATS
 static inline void lim_send_sme_pe_statistics_rsp(struct mac_context *mac,