Browse Source

qcacld-3.0: Remove typedef tSapChSelParams

Typedef tSapChSelParams is unused, so remove it.

Change-Id: I13f55881c75454125b1fbc6be741e4f164c51782
CRs-Fixed: 2374832
Jeff Johnson 6 years ago
parent
commit
534dc7f16b
1 changed files with 1 additions and 9 deletions
  1. 1 9
      core/sap/src/sap_ch_select.h

+ 1 - 9
core/sap/src/sap_ch_select.h

@@ -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 */