qcacld-3.0: Remove sapGetWPSPBCSessionEvent from tSap_Event

Change I9d83f66bce4ec66bc131747254a45d8b6afb5cbb ("qcacld-3.0:
Remove eSAP_GET_WPSPBC_SESSION_EVENT") removed the references
to the sapGetWPSPBCSessionEvent field in typedef tSap_Event.
Since this field is obsolete, remove it, along with the underlying
tSap_GetWPSPBCSessionEvent typedef which is also now obsolete.

Change-Id: I20dbc1635430f8148f997aeb15df4ddb7e06ceef
CRs-Fixed: 2375527
This commit is contained in:
Jeff Johnson
2018-12-29 18:40:09 -08:00
committed by nshrivas
parent a5798f1a03
commit 9661fc978d

View File

@@ -334,15 +334,6 @@ typedef struct sap_AssocStaListEvent_s {
*/ */
} tSap_AssocStaListEvent; } tSap_AssocStaListEvent;
typedef struct sap_GetWPSPBCSessionEvent_s {
uint8_t status;
/* module id that was passed in wlansap_get_assoc_stations API */
QDF_MODULE_ID module;
uint8_t UUID_E[16]; /* Unique identifier of the AP. */
struct qdf_mac_addr addr;
eWPSPBCOverlap wpsPBCOverlap;
} tSap_GetWPSPBCSessionEvent;
typedef struct sap_WPSPBCProbeReqEvent_s { typedef struct sap_WPSPBCProbeReqEvent_s {
uint8_t status; uint8_t status;
/* module id that was passed in wlansap_get_assoc_stations API */ /* module id that was passed in wlansap_get_assoc_stations API */
@@ -447,8 +438,6 @@ typedef struct sap_Event_s {
tSap_StationMICFailureEvent sapStationMICFailureEvent; tSap_StationMICFailureEvent sapStationMICFailureEvent;
/*SAP_ASSOC_STA_CALLBACK_EVENT */ /*SAP_ASSOC_STA_CALLBACK_EVENT */
tSap_AssocStaListEvent sapAssocStaListEvent; tSap_AssocStaListEvent sapAssocStaListEvent;
/*SAP_GET_WPSPBC_SESSION_EVENT */
tSap_GetWPSPBCSessionEvent sapGetWPSPBCSessionEvent;
/*eSAP_WPS_PBC_PROBE_REQ_EVENT */ /*eSAP_WPS_PBC_PROBE_REQ_EVENT */
tSap_WPSPBCProbeReqEvent sapPBCProbeReqEvent; tSap_WPSPBCProbeReqEvent sapPBCProbeReqEvent;
tSap_SendActionCnf sapActionCnf; tSap_SendActionCnf sapActionCnf;