Explorar el Código

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
Jeff Johnson hace 6 años
padre
commit
98c7caef7f
Se han modificado 1 ficheros con 0 adiciones y 10 borrados
  1. 0 10
      core/mac/inc/sir_api.h

+ 0 - 10
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;