qcacld-3.0: Remove typedef tSapChSelParams

Typedef tSapChSelParams is unused, so remove it.

Change-Id: I13f55881c75454125b1fbc6be741e4f164c51782
CRs-Fixed: 2374832
This commit is contained in:
Jeff Johnson
2018-12-27 17:26:56 -08:00
committed by nshrivas
parent b3a9c6cfc7
commit 534dc7f16b

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2015, 2017-2018 The Linux Foundation. All rights reserved.
* Copyright (c) 2012-2015, 2017-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
@@ -156,12 +156,4 @@ typedef struct {
uint8_t numSpectChans; /* Total num of channels in the spectrum */
} tSapChSelSpectInfo; /* tDfsChSelParams; */
/**
* Structure for channel weight calculation parameters
*/
typedef struct sSapChSelParams {
void *pSpectInfoParams; /**pDfsParams; // Filled with tSapChSelSpectInfo */
uint16_t numChannels;
} tSapChSelParams;
#endif /* if !defined __SAP_CH_SELECT_H */