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
This commit is contained in:
Jeff Johnson
2018-12-09 11:21:20 -08:00
committed by nshrivas
parent 219b6a0aae
commit f9f921c52a

View File

@@ -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;