qcacld-3.0: Remove osScanChannelMask
Remove unused field osScanChannelMask in struct csr_scanstruct. Change-Id: Id19ae20ec04284f51ebf96645257e70cdd104467 CRs-Fixed: 2213058
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user