Browse Source

qcacld-3.0: Remove tLimMlmResetReq/Cnf typedefs

Typedefs tLimMlmResetReq and tLimMlmResetCnf are obsolete,
so remove them.

Change-Id: I2f5791a3860fdbef578bf6176c113a06a53d2722
CRs-Fixed: 2376118
Jeff Johnson 6 years ago
parent
commit
6947192b34
1 changed files with 0 additions and 12 deletions
  1. 0 12
      core/mac/src/pe/lim/lim_types.h

+ 0 - 12
core/mac/src/pe/lim/lim_types.h

@@ -380,18 +380,6 @@ typedef struct sLimMlmSetKeysCnf {
 	bool key_len_nonzero;
 } tLimMlmSetKeysCnf, *tpLimMlmSetKeysCnf;
 
-typedef struct sLimMlmResetReq {
-	tSirMacAddr macAddr;
-	uint8_t performCleanup;
-	uint8_t sessionId;
-} tLimMlmResetReq, *tpLimMlmResetReq;
-
-typedef struct sLimMlmResetCnf {
-	tSirMacAddr macAddr;
-	tSirResultCodes resultCode;
-	uint8_t sessionId;
-} tLimMlmResetCnf, *tpLimMlmResetCnf;
-
 typedef struct sLimMlmLinkTestStopReq {
 	tSirMacAddr peerMacAddr;
 	uint8_t sessionId;