Sfoglia il codice sorgente

qcacld-3.0: Remove tSirUpdateAPWPARSNIEsReq

Change I4e89efe38776eb74c702485020236cfaee50641f ("qcacld-3.0: Remove
obsolete csr_roam_update_wparsni_es()") removed the last references to
tSirUpdateAPWPARSNIEsReq. Since this typedef is now unused, remove it.

Change-Id: I64d3baaf7ebd168ef4510ec5483be71d1416d390
CRs-Fixed: 2370028
Jeff Johnson 6 anni fa
parent
commit
5a8dab9e27
1 ha cambiato i file con 0 aggiunte e 9 eliminazioni
  1. 0 9
      core/mac/inc/sir_api.h

+ 0 - 9
core/mac/inc/sir_api.h

@@ -2139,15 +2139,6 @@ typedef struct sSirSmeProbeReqInd {
 	tSirWPSPBCProbeReq WPSPBCProbeReq;
 } tSirSmeProbeReqInd, *tpSirSmeProbeReqInd;
 
-typedef struct sSirUpdateAPWPARSNIEsReq {
-	uint16_t messageType;   /* eWNI_SME_SET_APWPARSNIEs_REQ */
-	uint16_t length;
-	uint16_t transactionId; /* Transaction ID for cmd */
-	struct qdf_mac_addr bssid;      /* BSSID */
-	uint8_t sessionId;      /* Session ID */
-	tSirRSNie APWPARSNIEs;
-} tSirUpdateAPWPARSNIEsReq, *tpSirUpdateAPWPARSNIEsReq;
-
 #define SIR_ROAM_MAX_CHANNELS            80
 #define SIR_ROAM_SCAN_MAX_PB_REQ_SIZE    450
 /* Occupied channel list remains static */