Ver Fonte

qcacld-3.0: Remove eCsrSecurityType

The eCsrSecurityType enum is unused, so remove it.

Change-Id: Iba251d127b59960151d59967c180df32a732fa27
CRs-Fixed: 2380773
Jeff Johnson há 6 anos atrás
pai
commit
82c691eacf
1 ficheiros alterados com 0 adições e 13 exclusões
  1. 0 13
      core/sme/inc/csr_api.h

+ 0 - 13
core/sme/inc/csr_api.h

@@ -100,19 +100,6 @@ typedef enum {
 
 } eCsrEncryptionType;
 
-/*---------------------------------------------------------------------------
-   Enumeration of the various Security types
-   ---------------------------------------------------------------------------*/
-typedef enum {
-	eCSR_SECURITY_TYPE_WPA,
-	eCSR_SECURITY_TYPE_RSN,
-#ifdef FEATURE_WLAN_WAPI
-	eCSR_SECURITY_TYPE_WAPI,
-#endif /* FEATURE_WLAN_WAPI */
-	eCSR_SECURITY_TYPE_UNKNOWN,
-
-} eCsrSecurityType;
-
 typedef enum {
 	/* 11a/b/g only, no HT, no proprietary */
 	eCSR_DOT11_MODE_abg = 0x0001,