qcacld-3.0: Remove transactionId from tSirAggrQosReq
The transactionId in struct tSirAggrQosReq is unused, so remove it. Change-Id: I2a0b841ca2b68706152f0fab3ed3f821f16b9382 CRs-Fixed: 2403185
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user