qcacld-3.0: Remove transactionId from tSirAggrQosReq

The transactionId in struct tSirAggrQosReq is unused, so remove it.

Change-Id: I2a0b841ca2b68706152f0fab3ed3f821f16b9382
CRs-Fixed: 2403185
Este commit está contenido en:
Jeff Johnson
2019-02-21 13:48:37 -08:00
cometido por nshrivas
padre f44d792e91
commit 7e5e398a28

Ver fichero

@@ -1644,12 +1644,11 @@ typedef struct sSirAggrQosReq {
uint16_t messageType; /* eWNI_SME_ADDTS_REQ */
uint16_t length;
uint8_t sessionId; /* Session ID */
uint16_t transactionId;
struct qdf_mac_addr bssid; /* BSSID */
uint32_t timeout; /* in ms */
uint8_t rspReqd;
tSirAggrQosReqInfo aggrInfo;
} tSirAggrQosReq, *tpSirAggrQosReq;
} tSirAggrQosReq;
typedef struct sSirAggrQosRspInfo {
uint16_t tspecIdx;