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
This commit is contained in:
Jeff Johnson 2019-02-06 14:27:53 -08:00 committed by nshrivas
parent 2482c7911b
commit 98c7caef7f

View File

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