qcacld-3.0: Remove obsolete struct sAniGetStatsReq

Remove obsolete struct sAniGetStatsReq.

Change-Id: I8478e8d94f00b63ff2926ec4ea4e3dd7f271de13
CRs-Fixed: 898864
This commit is contained in:
Srinivas Girigowda
2015-12-04 11:00:49 -08:00
committed by Akash Patel
parent aeb3332ba9
commit bcd04a6313

View File

@@ -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*************************/