qcacld-3.0: Remove typedef tCsrRoamRemoveKey

Typedef tCsrRoamRemoveKey is obsolete, so remove it.

Change-Id: I36a4a74be7c4c8b2a9bc9d4d59a1d6218f84618d
CRs-Fixed: 2375519
This commit is contained in:
Jeff Johnson
2018-12-29 17:20:22 -08:00
zatwierdzone przez nshrivas
rodzic 257dc884fd
commit 75de2dc20e

Wyświetl plik

@@ -1326,12 +1326,6 @@ typedef struct tagCsrRoamSetKey {
uint8_t keyRsc[CSR_MAX_RSC_LEN];
} tCsrRoamSetKey;
typedef struct tagCsrRoamRemoveKey {
eCsrEncryptionType encType;
struct qdf_mac_addr peerMac; /* Peer MAC. ALL 1's for group key */
uint8_t keyId; /* key index */
} tCsrRoamRemoveKey;
#ifdef FEATURE_WLAN_TDLS
typedef struct tagCsrLinkEstablishParams {