浏览代码

qcacld-3.0: Remove transactionId from tSirAggrQosReq

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

Change-Id: I2a0b841ca2b68706152f0fab3ed3f821f16b9382
CRs-Fixed: 2403185
Jeff Johnson 6 年之前
父节点
当前提交
7e5e398a28
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      core/mac/inc/sir_api.h

+ 1 - 2
core/mac/inc/sir_api.h

@@ -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;