From b382dcb4207ab0472e088fd3ffc8b1d12043f3f4 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Sat, 29 Dec 2018 18:06:02 -0800 Subject: [PATCH] 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 --- core/sap/src/sap_ch_select.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/sap/src/sap_ch_select.h b/core/sap/src/sap_ch_select.h index 8e833a25c8..262dc912ce 100644 --- a/core/sap/src/sap_ch_select.h +++ b/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 */