浏览代码

qcacld-3.0: Remove typedef tSirUpdateAPWPSIEsReq

Change I191dc17898bcbf84ad4b6d03c515a8124a0f4d24 ("qcacld-3.0: Remove
obsolete eWNI_SME_UPDATE_APWPSIE_REQ") removed the only usage of
typedef tSirUpdateAPWPSIEsReq. Since it is obsolete, remove it.

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

+ 0 - 9
core/mac/inc/sir_api.h

@@ -1891,15 +1891,6 @@ typedef struct sSirAPWPSIEs {
 	tSirWPSAssocRspIE SirWPSAssocRspIE;     /*WPS Set Assoc Response IE */
 } tSirAPWPSIEs, *tpSiriAPWPSIEs;
 
-typedef struct sSirUpdateAPWPSIEsReq {
-	uint16_t messageType;   /* eWNI_SME_UPDATE_APWPSIE_REQ */
-	uint16_t length;
-	uint16_t transactionId; /* Transaction ID for cmd */
-	struct qdf_mac_addr bssid;      /* BSSID */
-	uint8_t sessionId;      /* Session ID */
-	tSirAPWPSIEs APWPSIEs;
-} tSirUpdateAPWPSIEsReq, *tpSirUpdateAPWPSIEsReq;
-
 struct update_config {
 	uint16_t messageType;   /* eWNI_SME_UPDATE_CONFIG */
 	uint16_t length;