qcacld-3.0: Remove unused WMA code

Remove unused SIR macro & enums.

Change-Id: Ib81d2fe87efa5e5c1c44f682f4775d400da52bdc
CRs-Fixed: 3133920
This commit is contained in:
Pragaspathi Thilagaraj
2022-02-18 16:57:43 +05:30
committed by Madan Koyyalamudi
parent f46ff4447d
commit d1b26fedd0
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
/* /*
* Copyright (c) 2012-2021 The Linux Foundation. All rights reserved. * Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. 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
@@ -394,7 +395,6 @@ enum halmsgtype {
#ifndef REMOVE_PKT_LOG #ifndef REMOVE_PKT_LOG
SIR_HAL_PKTLOG_ENABLE_REQ = (SIR_HAL_ITC_MSG_TYPES_BEGIN + 164), SIR_HAL_PKTLOG_ENABLE_REQ = (SIR_HAL_ITC_MSG_TYPES_BEGIN + 164),
#endif #endif
SIR_HAL_START_SCAN_OFFLOAD_REQ = (SIR_HAL_ITC_MSG_TYPES_BEGIN + 166),
SIR_HAL_UPDATE_CHAN_LIST_REQ = (SIR_HAL_ITC_MSG_TYPES_BEGIN + 167), SIR_HAL_UPDATE_CHAN_LIST_REQ = (SIR_HAL_ITC_MSG_TYPES_BEGIN + 167),
SIR_CSA_OFFLOAD_EVENT = (SIR_HAL_ITC_MSG_TYPES_BEGIN + 169), SIR_CSA_OFFLOAD_EVENT = (SIR_HAL_ITC_MSG_TYPES_BEGIN + 169),

View File

@@ -264,8 +264,6 @@ enum wmamsgtype {
WMA_NAN_REQUEST = SIR_HAL_NAN_REQUEST, WMA_NAN_REQUEST = SIR_HAL_NAN_REQUEST,
#endif #endif
WMA_START_SCAN_OFFLOAD_REQ = SIR_HAL_START_SCAN_OFFLOAD_REQ,
WMA_STOP_SCAN_OFFLOAD_REQ = SIR_HAL_STOP_SCAN_OFFLOAD_REQ,
WMA_UPDATE_CHAN_LIST_REQ = SIR_HAL_UPDATE_CHAN_LIST_REQ, WMA_UPDATE_CHAN_LIST_REQ = SIR_HAL_UPDATE_CHAN_LIST_REQ,
WMA_RX_SCAN_EVENT = SIR_HAL_RX_SCAN_EVENT, WMA_RX_SCAN_EVENT = SIR_HAL_RX_SCAN_EVENT,
WMA_RX_CHN_STATUS_EVENT = SIR_HAL_RX_CHN_STATUS_EVENT, WMA_RX_CHN_STATUS_EVENT = SIR_HAL_RX_CHN_STATUS_EVENT,