소스 검색

qcacld-3.0: Remove staAuthenticated from tDphHashNode

The staAuthenticated member of tDphHashNode is unused, so remove it.

Change-Id: Ib3b824725954f7fc9fe622bd772917aae6269fd2
CRs-Fixed: 2414651
Jeff Johnson 6 년 전
부모
커밋
002feba403
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      core/mac/src/include/dph_global.h

+ 0 - 1
core/mac/src/include/dph_global.h

@@ -109,7 +109,6 @@ typedef struct sDphHashNode {
 	uint8_t lleEnabled:1;
 	/* set if both ap and sta are wsm capable */
 	uint8_t wsmEnabled:1;
-	uint8_t staAuthenticated:1;
 	uint8_t fAniCount:1;
 	uint8_t rmfEnabled:1;
 	/* Fragmentation size */