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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user