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:
parent
2482c7911b
commit
98c7caef7f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user