소스 검색

qcacld-3.0: Remove typedef tLimMlmPurgeStaReq

Typedef tLimMlmPurgeStaReq is obsolete, so remove it.

Change-Id: I8a1ecce9f8782e19d22a4b51725aa79809457772
CRs-Fixed: 2376120
Jeff Johnson 6 년 전
부모
커밋
4bb882f8cb
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      core/mac/src/pe/lim/lim_types.h

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

@@ -326,12 +326,6 @@ typedef struct sLimMlmDisassocInd {
 	uint8_t sessionId;
 } tLimMlmDisassocInd, *tpLimMlmDisassocInd;
 
-typedef struct sLimMlmPurgeStaReq {
-	tSirMacAddr peerMacAddr;
-	uint16_t aid;
-	uint8_t sessionId;      /* Added For BT-AMP Support */
-} tLimMlmPurgeStaReq, *tpLimMlmPurgeStaReq;
-
 typedef struct sLimMlmPurgeStaInd {
 	tSirMacAddr peerMacAddr;
 	uint16_t reasonCode;