Browse Source

qcacld-3.0: Remove enum csr_hi_rssi_scan_id

Change I7994a9038d5bd094ce23bcd525ef8f5282974bfc ("qcacld-3.0: Apply
second part of LFR INIs changes") removed the logic that utilized the
csr_hi_rssi_scan_id enumerations. Since these are now unused, remove
the definition.

Change-Id: Ia72aabdfa672c8012f952967c7f67b1bc8024514
CRs-Fixed: 2374835
Jeff Johnson 6 years ago
parent
commit
2f98db3eb2
1 changed files with 1 additions and 16 deletions
  1. 1 16
      core/sme/inc/csr_api.h

+ 1 - 16
core/sme/inc/csr_api.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011-2019 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -724,21 +724,6 @@ typedef enum {
 	eCSR_HDD
 } eCsrStatsRequesterType;
 
-/**
- * enum csr_hi_rssi_scan_id - Parameter ids for hi rssi scan feature
- *
- * @eCSR_HI_RSSI_SCAN_MAXCOUNT_ID: how many times scan can be performed
- * @eCSR_HI_RSSI_SCAN_RSSI_DELTA_ID: rssi difference to trigger scan
- * @eCSR_HI_RSSI_SCAN_DELAY_ID: delay in millseconds between scans
- * @eCSR_HI_RSSI_SCAN_RSSI_UB_ID: rssi upper bound for scan trigger
- */
-enum csr_hi_rssi_scan_id {
-	eCSR_HI_RSSI_SCAN_MAXCOUNT_ID,
-	eCSR_HI_RSSI_SCAN_RSSI_DELTA_ID,
-	eCSR_HI_RSSI_SCAN_DELAY_ID,
-	eCSR_HI_RSSI_SCAN_RSSI_UB_ID
-};
-
 typedef struct tagPmkidCandidateInfo {
 	struct qdf_mac_addr BSSID;
 	bool preAuthSupported;