qcacld-3.0: Remove obsolete struct sAniGetStatsReq
Remove obsolete struct sAniGetStatsReq. Change-Id: I8478e8d94f00b63ff2926ec4ea4e3dd7f271de13 CRs-Fixed: 898864
This commit is contained in:

committed by
Akash Patel

parent
aeb3332ba9
commit
bcd04a6313
@@ -1584,24 +1584,6 @@ typedef struct sAniRxCtrs {
|
|||||||
uint32_t aesDecryptErrUcast;
|
uint32_t aesDecryptErrUcast;
|
||||||
} tAniRxCtrs, *tpAniRxCtrs;
|
} 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*************************/
|
/*******************PE Statistics*************************/
|
||||||
|
Reference in New Issue
Block a user