Pārlūkot izejas kodu

qcacld-3.0: Remove obsolete LIM trace prototypes

The following LIM trace APIs have prototypes but no corresponding
implementations, so remove them:
- limTraceReset()
- limTraceUpdateMgmtStat()
- lim_trace_dumpMgmtStat()

Change-Id: I5bf6c01636f4821e3f0f469260f20c59f0f97c63
CRs-Fixed: 2376925
Jeff Johnson 6 gadi atpakaļ
vecāks
revīzija
f83d5579fd
1 mainītis faili ar 1 papildinājumiem un 4 dzēšanām
  1. 1 4
      core/mac/src/pe/include/lim_trace.h

+ 1 - 4
core/mac/src/pe/include/lim_trace.h

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2013-2016, 2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2016, 2019 The Linux Foundation. All rights reserved.
  *
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
  * any purpose with or without fee is hereby granted, provided that the
@@ -71,9 +71,6 @@ enum {
 };
 };
 
 
 void lim_trace_init(struct mac_context *mac);
 void lim_trace_init(struct mac_context *mac);
-void limTraceReset(struct mac_context *mac);
-void limTraceUpdateMgmtStat(struct mac_context *mac, uint8_t subtype);
-void lim_trace_dumpMgmtStat(struct mac_context *mac, uint8_t subtype);
 uint8_t *lim_trace_get_mlm_state_string(uint32_t mlmState);
 uint8_t *lim_trace_get_mlm_state_string(uint32_t mlmState);
 uint8_t *lim_trace_get_sme_state_string(uint32_t smeState);
 uint8_t *lim_trace_get_sme_state_string(uint32_t smeState);
 void lim_trace_dump(void *mac, tp_qdf_trace_record pRecord,
 void lim_trace_dump(void *mac, tp_qdf_trace_record pRecord,