Browse Source

qcacld-3.0: Remove gLim*Enabled flags from tAniSirLim

The following fields in tAniSirLim are unused, so remove them:
- gLimQosEnabled
- gLimWmeEnabled
- gLimWsmEnabled
- gLimHcfEnabled
- gLim11dEnabled

Change-Id: Ia60a25172bbf47b77e6d15d7feb1fe3dd8563a1b
CRs-Fixed: 2379067
Jeff Johnson 6 years ago
parent
commit
2973ca7526
1 changed files with 0 additions and 5 deletions
  1. 0 5
      core/mac/inc/ani_global.h

+ 0 - 5
core/mac/inc/ani_global.h

@@ -468,11 +468,6 @@ typedef struct sAniSirLim {
 	/* these used to live in DPH but are now moved here (where they belong) */
 	uint32_t gLimPhyMode;
 
-	uint8_t gLimQosEnabled:1;       /* 11E */
-	uint8_t gLimWmeEnabled:1;       /* WME */
-	uint8_t gLimWsmEnabled:1;       /* WSM */
-	uint8_t gLimHcfEnabled:1;
-	uint8_t gLim11dEnabled:1;
 	uint8_t gLimProbeRespDisableFlag:1;    /* control over probe response */
 	/* ---------------- DPH ----------------------- */