qcacld-3.0: Remove typedef tLimMlmReassocInd

Typedef tLimMlmReassocInd is obsolete, so remove it.

Change-Id: I8fd73512c5301a6e7f5208baa257925d4848488e
CRs-Fixed: 2376119
This commit is contained in:
Jeff Johnson 2018-12-29 21:28:57 -08:00 committed by nshrivas
parent 6947192b34
commit 9cf29e4645

View File

@ -270,30 +270,6 @@ typedef struct sLimMlmReassocCnf {
uint8_t sessionId;
} tLimMlmReassocCnf, *tpLimMlmReassocCnf;
typedef struct sLimMlmReassocInd {
tSirMacAddr peerMacAddr;
tSirMacAddr currentApAddr;
uint16_t aid;
tAniAuthType authType;
tAniSSID ssId;
tSirRSNie rsnIE;
tSirWAPIie wapiIE;
tSirAddie addIE; /* additional IE received from the peer, which can be WSC IE and/or P2P IE. */
tSirMacCapabilityInfo capabilityInfo;
bool spectrumMgtIndicator;
tSirMacPowerCapInfo powerCap;
tSirSupChnl supportedChannels;
bool WmmStaInfoPresent;
/* Required for indicating the frames to upper layer */
uint32_t beaconLength;
uint8_t *beaconPtr;
uint32_t assocReqLength;
uint8_t *assocReqPtr;
uint8_t ecsa_capable;
} tLimMlmReassocInd, *tpLimMlmReassocInd;
typedef struct sLimMlmAuthCnf {
tSirMacAddr peerMacAddr;
tAniAuthType authType;