qcacld-3.0: Remove typedef tChannelInfo
Change I5a07c44ca4138af5494d1a6f6e1d08158d244be2 ("qcacld-3.0: Remove SapAllChnlList from struct sap_context") removed the last reference to typedef tChannelInfo. Since this typedef is now obsolete, remove it. Change-Id: Ib38c9744c9419ce91b94956b5da78cc7bcc440c5 CRs-Fixed: 2375526
This commit is contained in:
@@ -117,15 +117,6 @@ typedef struct __chan_bonding_bitmap {
|
||||
tChannelBondingInfo chanBondingSet[MAX_80MHZ_BANDS];
|
||||
} chan_bonding_bitmap;
|
||||
|
||||
/**
|
||||
* Structure holding information of each channel in the spectrum,
|
||||
* it contains the channel number, the computed weight
|
||||
*/
|
||||
typedef struct sChannelInfo {
|
||||
uint8_t channel;
|
||||
bool valid; /* if the channel is valid to be picked as new channel */
|
||||
} tChannelInfo;
|
||||
|
||||
typedef struct {
|
||||
uint16_t chNum; /* Channel Number */
|
||||
uint16_t channelWidth; /* Channel Width */
|
||||
|
Fai riferimento in un nuovo problema
Block a user