Browse Source

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 years ago
parent
commit
8e2c97965c
1 changed files with 0 additions and 2 deletions
  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;