From f83d5579fd514b3946ccb3c4588b543605296510 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Sat, 29 Dec 2018 23:05:36 -0800 Subject: [PATCH] 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 --- core/mac/src/pe/include/lim_trace.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/mac/src/pe/include/lim_trace.h b/core/mac/src/pe/include/lim_trace.h index 2e2ce7fbd1..2b88778281 100644 --- a/core/mac/src/pe/include/lim_trace.h +++ b/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 * 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,