Browse Source

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
Jeff Johnson 6 years ago
parent
commit
e2f016ef82
1 changed files with 0 additions and 8 deletions
  1. 0 8
      core/mac/inc/sir_api.h

+ 0 - 8
core/mac/inc/sir_api.h

@@ -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 */