Pārlūkot izejas kodu

qcacld-3.0: Clean up tSap_StationAssocReassocCompleteEvent

The typedef tSap_StationAssocReassocCompleteEvent contains the
following fields that are not being used, so remove them:
- SapAuthType
- beaconLength
- beaconPtr
- assocReqLength
- assocReqPtr
- assocRespLength
- assocRespPtr

Change-Id: I1de03b76b0070ee0b19d3d4672ed75614c013ac7
CRs-Fixed: 2364104
Jeff Johnson 6 gadi atpakaļ
vecāks
revīzija
f9f921c52a
1 mainītis faili ar 0 papildinājumiem un 8 dzēšanām
  1. 0 8
      core/sap/inc/sap_api.h

+ 0 - 8
core/sap/inc/sap_api.h

@@ -263,15 +263,7 @@ typedef struct sap_StationAssocReassocCompleteEvent_s {
 	uint8_t ies[MAX_ASSOC_IND_IE_LEN];
 	uint16_t iesLen;
 	uint32_t statusCode;
-	eSapAuthType SapAuthType;
 	bool wmmEnabled;
-	/* Required for indicating the frames to upper layer */
-	uint32_t beaconLength;
-	uint8_t *beaconPtr;
-	uint32_t assocReqLength;
-	uint8_t *assocReqPtr;
-	uint32_t assocRespLength;
-	uint8_t *assocRespPtr;
 	uint8_t timingMeasCap;
 	tSirSmeChanInfo chan_info;
 	bool ampdu;