Browse Source

qcacld-3.0: Remove typedef eNeighborRoamEmptyScanCount

The eNeighborRoamEmptyScanCount enumerations are not used by the
current version of the driver, so remove the typedef.

Change-Id: Iafeef92741a6c7c8dd7b3039738b1828eed2ee60
CRs-Fixed: 2364277
Jeff Johnson 6 years ago
parent
commit
1b86b8755f
1 changed files with 0 additions and 9 deletions
  1. 0 9
      core/sme/inc/csr_neighbor_roam.h

+ 0 - 9
core/sme/inc/csr_neighbor_roam.h

@@ -114,15 +114,6 @@ typedef struct sCsr11rAssocNeighborInfo {
 	tCsrNeighborReportBssInfo neighboReportBssInfo[MAX_BSS_IN_NEIGHBOR_RPT];
 } tCsr11rAssocNeighborInfo, *tpCsr11rAssocNeighborInfo;
 
-typedef enum {
-	eFirstEmptyScan = 1,
-	eSecondEmptyScan,
-	eThirdEmptyScan,
-	eFourthEmptyScan,
-	eFifthEmptyScan,
-	eMaxEmptyScan = eFifthEmptyScan,
-} eNeighborRoamEmptyScanCount;
-
 /* Complete control information for neighbor roam algorithm */
 typedef struct sCsrNeighborRoamControlInfo {
 	eCsrNeighborRoamState neighborRoamState;