qcacld-3.0: Remove typedef tLimMlmPurgeStaReq

Typedef tLimMlmPurgeStaReq is obsolete, so remove it.

Change-Id: I8a1ecce9f8782e19d22a4b51725aa79809457772
CRs-Fixed: 2376120
Tento commit je obsažen v:
Jeff Johnson
2018-12-29 21:49:22 -08:00
odevzdal nshrivas
rodič 9cf29e4645
revize 4bb882f8cb

Zobrazit soubor

@@ -326,12 +326,6 @@ typedef struct sLimMlmDisassocInd {
uint8_t sessionId;
} tLimMlmDisassocInd, *tpLimMlmDisassocInd;
typedef struct sLimMlmPurgeStaReq {
tSirMacAddr peerMacAddr;
uint16_t aid;
uint8_t sessionId; /* Added For BT-AMP Support */
} tLimMlmPurgeStaReq, *tpLimMlmPurgeStaReq;
typedef struct sLimMlmPurgeStaInd {
tSirMacAddr peerMacAddr;
uint16_t reasonCode;