소스 검색

qcacld-3.0: Remove burstEnableForce from tDphHashNode

Field burstEnableForce in tDphHashNode is unused, so remove it.

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

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

@@ -119,8 +119,6 @@ typedef struct sDphHashNode {
 	uint8_t wsmEnabled:1;
 	/* station gave version info */
 	uint8_t versionPresent:1;
-	/* allow bursting regardless of qosMode */
-	uint8_t burstEnableForce:1;
 	uint8_t staAuthenticated:1;
 	uint8_t fAniCount:1;
 	uint8_t rmfEnabled:1;