Browse Source

qcacld-3.0: Remove typedef tSapChannelListInfo

Change I2c3b96e1f2ee44c9f1158108d4b5e48495222080 ("qcacld-3.0: Make
SAP open()-close() & start()-stop() symmetrical") removed the last
reference to typedef tSapChannelListInfo. Since the typedef is
obsolete, remove it.

Change-Id: I4fc7cf83f41ad0192b971513f0456cf211fabb54
CRs-Fixed: 2375525
Jeff Johnson 6 years ago
parent
commit
b382dcb420
1 changed files with 0 additions and 5 deletions
  1. 0 5
      core/sap/src/sap_ch_select.h

+ 0 - 5
core/sap/src/sap_ch_select.h

@@ -126,11 +126,6 @@ typedef struct sChannelInfo {
 	bool valid;             /* if the channel is valid to be picked as new channel */
 } tChannelInfo;
 
-typedef struct sSapChannelListInfo {
-	uint8_t numChannel;
-	uint8_t *channelList;
-} tSapChannelListInfo;
-
 typedef struct {
 	uint16_t chNum;         /* Channel Number */
 	uint16_t channelWidth;  /* Channel Width */