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
Tento commit je obsažen v:
Jeff Johnson
2018-12-29 18:40:09 -08:00
odevzdal nshrivas
rodič a5798f1a03
revize 9661fc978d

Zobrazit soubor

@@ -334,15 +334,6 @@ typedef struct sap_AssocStaListEvent_s {
*/
} 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 {
uint8_t status;
/* module id that was passed in wlansap_get_assoc_stations API */
@@ -447,8 +438,6 @@ typedef struct sap_Event_s {
tSap_StationMICFailureEvent sapStationMICFailureEvent;
/*SAP_ASSOC_STA_CALLBACK_EVENT */
tSap_AssocStaListEvent sapAssocStaListEvent;
/*SAP_GET_WPSPBC_SESSION_EVENT */
tSap_GetWPSPBCSessionEvent sapGetWPSPBCSessionEvent;
/*eSAP_WPS_PBC_PROBE_REQ_EVENT */
tSap_WPSPBCProbeReqEvent sapPBCProbeReqEvent;
tSap_SendActionCnf sapActionCnf;