ソースを参照

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