Browse Source

qcacld-3.0: Remove osScanChannelMask

Remove unused field osScanChannelMask in struct csr_scanstruct.

Change-Id: Id19ae20ec04284f51ebf96645257e70cdd104467
CRs-Fixed: 2213058
Jeff Johnson 7 years ago
parent
commit
60b5fe20cc
1 changed files with 0 additions and 8 deletions
  1. 0 8
      core/sme/inc/csr_internal.h

+ 0 - 8
core/sme/inc/csr_internal.h

@@ -637,12 +637,6 @@ struct csr_roam_joinstatus {
 	tSirMacAddr bssId;
 };
 
-struct csr_oschannel_mask {
-	uint8_t numChannels;
-	bool scanEnabled[WNI_CFG_VALID_CHANNEL_LIST_LEN];
-	uint8_t channelList[WNI_CFG_VALID_CHANNEL_LIST_LEN];
-};
-
 struct csr_votes11d {
 	uint8_t votes;
 	uint8_t countryCode[WNI_CFG_COUNTRY_CODE_LEN];
@@ -674,8 +668,6 @@ struct csr_scanstruct {
 	 * will use the most popular one (max count)
 	 */
 	uint8_t countryCodeElected[WNI_CFG_COUNTRY_CODE_LEN];
-	/* keep a track of channels to be scnned while in traffic condition */
-	struct csr_oschannel_mask osScanChannelMask;
 	uint16_t nBssLimit;     /* the maximum number of BSS in scan cache */
 	/*
 	 * channelPowerInfoList24 has been seen corrupted. Set this flag to true