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
Tento commit je obsažen v:
Jeff Johnson
2018-12-29 18:06:02 -08:00
odevzdal nshrivas
rodič 75ea56b510
revize b382dcb420

Zobrazit soubor

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