Browse Source

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
Jeff Johnson 6 years ago
parent
commit
a5798f1a03
1 changed files with 0 additions and 9 deletions
  1. 0 9
      core/sap/src/sap_ch_select.h

+ 0 - 9
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 */