diff --git a/core/sap/src/sap_ch_select.h b/core/sap/src/sap_ch_select.h index 262dc912ce..e038f98984 100644 --- a/core/sap/src/sap_ch_select.h +++ b/core/sap/src/sap_ch_select.h @@ -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 */