Browse Source

qcacld-3.0: Remove typedef tAniSecStats

Previous change I57c06c4506bfbd57dd283c03c4bd78c34727672b
("qcacld-3.0: Remove typedef tAniStaStatStruct") removed the only
references to typedef tAniSecStats, so remove it as well.

Change-Id: I2aa270b6c3b90fb0b631c01ad873fbf2852764ed
CRs-Fixed: 2363221
Jeff Johnson 6 years ago
parent
commit
2c69df696c
1 changed files with 0 additions and 15 deletions
  1. 0 15
      core/mac/inc/sir_api.h

+ 0 - 15
core/mac/inc/sir_api.h

@@ -1359,21 +1359,6 @@ typedef struct sAniSecurityStat {
 
 } tAniSecurityStat, *tpAniSecurityStat;
 
-typedef struct sAniSecStats {
-	tAniSecurityStat aes;
-	tAni64BitCounters aesReplays;
-	tAniSecurityStat tkip;
-	tAni64BitCounters tkipReplays;
-	tAni64BitCounters tkipMicError;
-
-	tAniSecurityStat wep;
-#if defined(FEATURE_WLAN_WAPI) && !defined(LIBRA_WAPI_SUPPORT)
-	tAniSecurityStat wpi;
-	tAni64BitCounters wpiReplays;
-	tAni64BitCounters wpiMicError;
-#endif
-} tAniSecStats, *tpAniSecStats;
-
 typedef enum sPacketType {
 	ePACKET_TYPE_UNKNOWN,
 	ePACKET_TYPE_11A,