Ver código fonte

qcacld-3.0: Remove obsolete struct sAniGetStatsReq

Remove obsolete struct sAniGetStatsReq.

Change-Id: I8478e8d94f00b63ff2926ec4ea4e3dd7f271de13
CRs-Fixed: 898864
Srinivas Girigowda 9 anos atrás
pai
commit
e3b61cc4b7
1 arquivos alterados com 0 adições e 18 exclusões
  1. 0 18
      core/mac/inc/sir_api.h

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

@@ -1584,24 +1584,6 @@ typedef struct sAniRxCtrs {
 	uint32_t aesDecryptErrUcast;
 } tAniRxCtrs, *tpAniRxCtrs;
 
-/* Get Radio Stats request structure */
-/* This structure shall be used for both Radio stats and Aggregate stats */
-/* A valid request must contain entire structure with/without valid fields. */
-/* Based on the request type, the valid fields will be checked. */
-typedef struct sAniGetStatsReq {
-	/* Common for all types are requests */
-	uint16_t msgType;       /* message type is same as the request type */
-	uint16_t msgLen;        /* length of the entire request */
-	uint8_t sessionId;      /* Session ID */
-	uint16_t transactionId;
-	tSirMacAddr bssId;      /* BSSID */
-	/* only used for clear stats and per sta stats clear */
-	tAniStatSubTypes stat;  /* Clears the stats of the described types. */
-	uint32_t staId;         /* Per STA stats request must contain valid */
-	/* values */
-	tSirMacAddr macAddr;
-} tAniGetStatsReq, *tpAniGetStatsReq;
-
 /* *************************************************************** */
 
 /*******************PE Statistics*************************/