From 98c7caef7f07ed974520dafcb5da23a7cbc44002 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Wed, 6 Feb 2019 14:27:53 -0800 Subject: [PATCH] qcacld-3.0: Remove typedef tSirSmeGetWPSPBCSessionsReq Change Ia95c4911600a45d1004b9e6148b1b04f414e2475 ("qcacld-3.0: Remove support for eWNI_SME_GET_WPSPBC_SESSION_REQ") removed all the logic which used typedef tSirSmeGetWPSPBCSessionsReq. Since this typedef is now obsolete, remove it. Change-Id: Ic3125e4fe8b3321283d8821094893d822f462972 CRs-Fixed: 2396060 --- core/mac/inc/sir_api.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/core/mac/inc/sir_api.h b/core/mac/inc/sir_api.h index 2abb3da1639e1..ca34fac9e7125 100644 --- a/core/mac/inc/sir_api.h +++ b/core/mac/inc/sir_api.h @@ -1955,16 +1955,6 @@ typedef struct sSirWPSPBCSession { uint32_t timestamp; } tSirWPSPBCSession; -typedef struct sSirSmeGetWPSPBCSessionsReq { - uint16_t messageType; /* eWNI_SME_GET_WPSPBC_SESSION_REQ */ - uint16_t length; - void *pUsrContext; - void *pSapEventCallback; - struct qdf_mac_addr bssid; /* BSSID */ - /* MAC Address of STA in WPS Session to be removed */ - struct qdf_mac_addr remove_mac; -} tSirSmeGetWPSPBCSessionsReq, *tpSirSmeGetWPSPBCSessionsReq; - typedef struct sSirWPSPBCProbeReq { struct qdf_mac_addr peer_macaddr; uint16_t probeReqIELen;