qcacld-3.0: Remove typedef tPacketType

The current generation of the driver has never used typedef
tPacketType. Since it is an obsolete remnant, remove it.

Change-Id: If59f5bd145895c6821635a7e4099090f2db096c2
CRs-Fixed: 2363225
This commit is contained in:
Jeff Johnson
2018-12-06 22:12:22 -08:00
committed by nshrivas
parent 8d2b7e6955
commit e2f016ef82

View File

@@ -1333,14 +1333,6 @@ typedef struct sSirSmeDisassocReq {
bool process_ho_fail;
} qdf_packed tSirSmeDisassocReq, *tpSirSmeDisassocReq;
typedef enum sPacketType {
ePACKET_TYPE_UNKNOWN,
ePACKET_TYPE_11A,
ePACKET_TYPE_11G,
ePACKET_TYPE_11B,
ePACKET_TYPE_11N
} tPacketType, *tpPacketType;
/* / Definition for Disassociation response */
typedef struct sSirSmeDisassocRsp {
uint16_t messageType; /* eWNI_SME_DISASSOC_RSP */