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
2018-12-29 23:05:36 -08:00
коммит произвёл nshrivas
родитель ec5fbf904e
Коммит f83d5579fd

Просмотреть файл

@@ -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
* 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 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_sme_state_string(uint32_t smeState);
void lim_trace_dump(void *mac, tp_qdf_trace_record pRecord,